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

@@ -29,6 +29,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 @@
0e4b76d79ddf28d8ae6e2f267192773ba4b28008
915b3c4fc0f8b2ba9a0dfeb5a71fd4b9b48e11c5

View File

@@ -1 +1 @@
6e3d91482ed3f3afd5eac919a930eda7cba06e43
865287818969d5bc6c6e6ceb0436577e96f7d10d

View File

@@ -657,6 +657,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 @@
6a7b4a3d33b8cff8a74179bcaf9b1383f9be7c49
c8e2d84423685b382bdb86279db5647a0be7c85a

View File

@@ -1 +1 @@
bdd6390b3a7a0f31f20b4e8a622c06f4a96d667c
bb1ba2f36239869c45a82b8e4f97c108252a2e28

View File

@@ -173,6 +173,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;}
@@ -265,6 +267,9 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Link<T>
{
private T underlyingValue;
private object _dummy;
private int _dummyPrimitive;
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;}
public Link(System.Data.Linq.Link<T> link) { throw null;}
public Link(T value) { throw null;}
@@ -287,6 +292,7 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct ModifiedMemberInfo
{
private object _dummy;
public object CurrentValue { get { throw null; } }
public System.Reflection.MemberInfo Member { get { throw null; } }
public object OriginalValue { get { throw null; } }

View File

@@ -54,6 +54,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; } }
@@ -83,6 +84,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;
@@ -416,6 +418,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=1)]
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;
@@ -516,6 +519,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=1)]
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;
@@ -547,6 +551,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=1)]
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;
@@ -765,6 +770,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;}
@@ -796,6 +802,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=1)]
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 @@
60394488d2a25a3d50e9f8d5f010f5b845ea3601
5cf8ea7e23a3e524ffb2d1bd79340bf08ebf4cf9

View File

@@ -1 +1 @@
ecf64e1810e42ebd1ad158d60507282a5b12f757
4907a4af641be092f594012f2188193e9f8e4f65

View File

@@ -29,6 +29,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;}
@@ -179,6 +181,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

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

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

@@ -261,6 +261,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 @@
dd7d2aa726b5783b24db2eadb2ab77af2410187c
7be5a31ec5bd10142d633964f65c6e2a5a851b16

View File

@@ -1 +1 @@
9dc9072e290fdf9ecf2b17133147863b686d895e
e953b3eabc3819a60bf3835f0d24faeb5b9591ed

View File

@@ -1 +1 @@
d687fa6c0344ad18bcaacb72ba5a270e08903ec6
5fb57f865ad7d5b9d6e4735af26747a3b265f6f7

View File

@@ -1 +1 @@
258334d7654d584297c6ffec7a4a1c00343e654a
a3ce181b7935c4d488552f9e714fb6a94e4d19cd

View File

@@ -1 +1 @@
b9722e6c32abac68b4a2d58716ab5b24b87580ed
6d17c4453875d5f8dba6e63f02f5679832e90144

View File

@@ -1 +1 @@
387b22f3013324f6afd37ce19e985be9b24885d0
38a5b0321786a743168b24f010a5605a6bf48ad8