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

@@ -27,6 +27,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 @@
76a62a09b763430d423d698a2d3fa27cac10acb0
9e883964e19ff34d271f1448a829869f9100f8d3

View File

@@ -1 +1 @@
573cc4d17bde773be4891cb1324773bd938ade6d
6f33b4e835976888e70de3373052fd283ee27f37

View File

@@ -656,6 +656,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 @@
71aec14708cae5568347a764ed1cf954fe8261a4
1cb366fe0d20565998e29ccc9b8500606aab1df7

View File

@@ -1 +1 @@
7e8ae7363ba439b0378939b0fc19711c78545c75
a00dec6d9ef041387129ec6e1a9f632e1a0a5232

View File

@@ -263,6 +263,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;}
@@ -355,6 +357,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]
@@ -391,6 +396,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

@@ -99,6 +99,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; } }
@@ -137,6 +138,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;
@@ -479,6 +481,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;
@@ -583,6 +586,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;
@@ -615,6 +619,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;
@@ -833,6 +838,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;}
@@ -866,6 +872,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 @@
67f8c8ab4f3fbe15018c0647f8282f346f0b08f8
bc793ee99003202c7b85ec8ea9f600d0563f93bf

View File

@@ -1 +1 @@
fcb7096576a7d1b4b428a16749c979da858d7e31
ccf75ca37579f401d6325b797a65702df5986b10

View File

@@ -27,6 +27,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;}
@@ -177,6 +179,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

@@ -920,6 +920,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

@@ -328,6 +328,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

@@ -309,6 +309,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 @@
404af02a5137baf7901544f9c06bf2e9b11dc16f
ffec26b552cb75c2c5bd5ec9b0f5e1bd14ec7b0d

View File

@@ -1 +1 @@
874450606f0e1078464e7a0eb777d639693ec5dd
701925adbb877f26add4c59af8e286c65dbffdc0

View File

@@ -1 +1 @@
5107cfbcfa0eb5e078ee6bf478f0a64e7eacd9a6
8df0ad5e599801c7c73c65efca00abbf4213e9a1

View File

@@ -1 +1 @@
49f7036349c8b1fde1bb37d13374cb53294e57d0
4ce5299a573b88e356799dc58865b8d17fa9f5cf

View File

@@ -1 +1 @@
a7bcea8673e6ca324056dde19e1a7e12f566868c
f4d24ee332f56938161d38fd8e41a123daa91aac

View File

@@ -1 +1 @@
439b0f54411ec562e9dccf42a514dcef454985c9
1b9826edab4fd9a6494a09e3ff591e7207b1e0a3