Imported Upstream version 5.20.0.180

Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-02-04 20:11:37 +00:00
parent 0e2d47d1c8
commit 0510252385
3360 changed files with 83827 additions and 39243 deletions

View File

@ -18,7 +18,7 @@ for i in *.dll Facades/*.dll; do
if [[ "$i" = "Facades"* ]]; then outpath="$outpath/Facades"; fi
echo "Processing $i"
mono "$REPODIR/../api-snapshot/tools/genapi/GenAPI.exe" -assembly:"$i" -out:"$outpath" -typeforwardedTo -assemblyVersion -assemblyAttributes -headerFile:"$REPODIR/../api-snapshot/profiles/license-header.txt" -libPath:"$NETFXSOURCE"
mono "$REPODIR/../api-snapshot/tools/genapi/Microsoft.DotNet.GenAPI.exe" -assembly:"$i" -out:"$outpath" -typeforwardedTo -assemblyVersion -assemblyAttributes -headerFile:"$REPODIR/../api-snapshot/profiles/license-header.txt" -libPath:"$NETFXSOURCE"
done
cd "$REPODIR/src/$NETFXPROFILE"

View File

@ -26,6 +26,8 @@ namespace Microsoft.Build.Framework
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BuildEngineResult
{
private object _dummy;
private int _dummyPrimitive;
public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null;}
public bool Result { get { throw null; } }
public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> TargetOutputsPerProject { get { throw null; } }

View File

@ -1 +1 @@
cb0a075a9f294098a6b4ea79d60b405568e7cac2
580e1b7e8bd7f71a0a165a0092e13b357816b5b6

View File

@ -1 +1 @@
eec3b5e71cf3fe71667427e0c35beceb80440e58
f1d066985d6e33e8602fa2c2993fa18134b7d5c4

View File

@ -655,6 +655,8 @@ namespace System.ComponentModel.Composition.ReflectionModel
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct LazyMemberInfo
{
private object _dummy;
private int _dummyPrimitive;
public LazyMemberInfo(System.Reflection.MemberInfo member) { throw null;}
public LazyMemberInfo(System.Reflection.MemberTypes memberType, System.Func<System.Reflection.MemberInfo[]> accessorsCreator) { throw null;}
public LazyMemberInfo(System.Reflection.MemberTypes memberType, params System.Reflection.MemberInfo[] accessors) { throw null;}

View File

@ -1 +1 @@
b49e4ddb5e1aa3f9a0215daacd141b85094a6692
885f7221115e7fc1d9e09719a3aa83506d2bdc14

View File

@ -1 +1 @@
51ca2fda2e2b7db932eced2091a57b6896af09c7
ee21fac6b587504d2dc88648b0dd3c4e9d87dc6d

View File

@ -262,6 +262,8 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct EntityRef<TEntity> where TEntity : class
{
private TEntity entity;
private object _dummy;
public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;}
public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;}
public EntityRef(TEntity entity) { throw null;}
@ -354,6 +356,9 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
public partial struct Link<T>
{
private T underlyingValue;
private object _dummy;
private int _dummyPrimitive;
[System.MonoTODOAttribute]
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;}
[System.MonoTODOAttribute]
@ -390,6 +395,7 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
public partial struct ModifiedMemberInfo
{
private object _dummy;
[System.MonoTODOAttribute]
public object CurrentValue { get { throw null; } }
[System.MonoTODOAttribute]

View File

@ -98,6 +98,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleBinary : System.Data.SqlTypes.INullable, System.IComparable
{
private object _dummy;
public static readonly System.Data.OracleClient.OracleBinary Null;
public OracleBinary(byte[] b) { throw null;}
public bool IsNull { get { throw null; } }
@ -136,6 +137,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleBoolean : System.IComparable
{
private int _dummyPrimitive;
public static readonly System.Data.OracleClient.OracleBoolean False;
public static readonly System.Data.OracleClient.OracleBoolean Null;
public static readonly System.Data.OracleClient.OracleBoolean One;
@ -478,6 +480,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleDateTime : System.Data.SqlTypes.INullable, System.IComparable
{
private object _dummy;
public static readonly System.Data.OracleClient.OracleDateTime MaxValue;
public static readonly System.Data.OracleClient.OracleDateTime MinValue;
public static readonly System.Data.OracleClient.OracleDateTime Null;
@ -582,6 +585,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleMonthSpan : System.Data.SqlTypes.INullable, System.IComparable
{
private int _dummyPrimitive;
public static readonly System.Data.OracleClient.OracleMonthSpan MaxValue;
public static readonly System.Data.OracleClient.OracleMonthSpan MinValue;
public static readonly System.Data.OracleClient.OracleMonthSpan Null;
@ -614,6 +618,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleNumber : System.Data.SqlTypes.INullable, System.IComparable
{
private object _dummy;
public static readonly System.Data.OracleClient.OracleNumber E;
public static readonly int MaxPrecision;
public static readonly int MaxScale;
@ -832,6 +837,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleString : System.Data.SqlTypes.INullable, System.IComparable
{
private object _dummy;
public static readonly System.Data.OracleClient.OracleString Empty;
public static readonly System.Data.OracleClient.OracleString Null;
public OracleString(string s) { throw null;}
@ -865,6 +871,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleTimeSpan : System.Data.SqlTypes.INullable, System.IComparable
{
private object _dummy;
public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue;
public static readonly System.Data.OracleClient.OracleTimeSpan MinValue;
public static readonly System.Data.OracleClient.OracleTimeSpan Null;

View File

@ -1 +1 @@
c2fb90d4cb0cd5253515cb7183a091ecc3612f9b
58c4c70fa71e1fd6e480d0dda4fdb41091d21a73

View File

@ -1 +1 @@
18100c5c0edc9612c1099f75c2fe19c623b05582
7fa7683eea2b9a746517c96e4cc6230797cba2a7

View File

@ -26,6 +26,8 @@ namespace System.Numerics
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BigInteger : System.IComparable, System.IComparable<System.Numerics.BigInteger>, System.IEquatable<System.Numerics.BigInteger>, System.IFormattable
{
private object _dummy;
private int _dummyPrimitive;
[System.CLSCompliantAttribute(false)]
public BigInteger(byte[] value) { throw null;}
public BigInteger(decimal value) { throw null;}
@ -176,6 +178,7 @@ namespace System.Numerics
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Complex : System.IEquatable<System.Numerics.Complex>, System.IFormattable
{
private int _dummyPrimitive;
public static readonly System.Numerics.Complex ImaginaryOne;
public static readonly System.Numerics.Complex One;
public static readonly System.Numerics.Complex Zero;

View File

@ -918,6 +918,7 @@ namespace System.Security.Cryptography.Xml
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct X509IssuerSerial
{
private object _dummy;
public string IssuerName { get { throw null; } set { } }
public string SerialNumber { get { throw null; } set { } }
}

View File

@ -325,6 +325,7 @@ namespace System.ServiceProcess
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct SessionChangeDescription
{
private int _dummyPrimitive;
public System.ServiceProcess.SessionChangeReason Reason { get { throw null; } }
public int SessionId { get { throw null; } }
public override bool Equals(object obj) { throw null; }

View File

@ -300,6 +300,7 @@ namespace System.Transactions
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct TransactionOptions
{
private int _dummyPrimitive;
public System.Transactions.IsolationLevel IsolationLevel { get { throw null; } set { } }
public System.TimeSpan Timeout { get { throw null; } set { } }
public override bool Equals(object obj) { throw null; }

View File

@ -1 +1 @@
b57f16e120d9226ed25f10a170b4ab6e034720b8
fd7aa3292c43999e5f01ccd7924cd59ab00d09e6

View File

@ -1 +1 @@
bfd029e75d1b15b354d101d32f5938e1b8ed43ea
f1d3de8d737ac6b40240410bbeaa309df6969f35

View File

@ -1 +1 @@
739753aa230fb7c26c07373f777a9c2b47556218
bed0768be7e623a6e3d290181b559cb4253ecb43

View File

@ -1 +1 @@
d5d063af300aa7c993efc5d5824f79f1442a32db
76a0826386f311b1ac463c8293522efdc2fc4bf3

View File

@ -1 +1 @@
77fe49e51289ab178451d25d0f09eed5dd1fecc2
e00a0c765d8bf59400abd329e1ab419480c04942

Some files were not shown because too many files have changed in this diff Show More