Imported Upstream version 6.0.0.273

Former-commit-id: 9f1a238d9eaeb39fc1234b8e83567c1d4e99faf3
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-05-30 08:38:38 +00:00
parent 2ba231cd0c
commit fbb58b904f
57 changed files with 58 additions and 76 deletions

View File

@@ -84,9 +84,7 @@ RESOURCE_FILES = \
REFERENCE_SOURCES_FLAGS = -d:FEATURE_PAL,GENERICS_WORK,FEATURE_LIST_PREDICATES,FEATURE_SERIALIZATION,FEATURE_ENCODINGNLS,FEATURE_ASCII,FEATURE_LATIN1,FEATURE_UTF7,FEATURE_UTF32,MONO_HYBRID_ENCODING_SUPPORT,FEATURE_ASYNC_IO,NEW_EXPERIMENTAL_ASYNC_IO,FEATURE_UTF32,FEATURE_EXCEPTIONDISPATCHINFO,FEATURE_CORRUPTING_EXCEPTIONS,FEATURE_EXCEPTION_NOTIFICATIONS,FEATURE_STRONGNAME_MIGRATION,FEATURE_USE_LCID,FEATURE_FUSION,FEATURE_CRYPTO,FEATURE_X509_SECURESTRINGS,FEATURE_SYNCHRONIZATIONCONTEXT,FEATURE_SYNCHRONIZATIONCONTEXT_WAIT,HAS_CORLIB_CONTRACTS
ifdef NO_SRE
PROFILE_TEST_HARNESS_EXCLUDES := $(PROFILE_TEST_HARNESS_EXCLUDES) SRE
else
ifndef NO_SRE
LIB_MCS_FLAGS += -d:MONO_FEATURE_SRE
endif

View File

@@ -48,18 +48,6 @@ namespace System.Reflection.Emit
}
}
public override string EscapedCodeBase {
get {
throw new PlatformNotSupportedException ();
}
}
public override System.Security.Policy.Evidence Evidence {
get {
throw new PlatformNotSupportedException ();
}
}
public override string FullName {
get {
throw new PlatformNotSupportedException ();
@@ -202,8 +190,6 @@ namespace System.Reflection.Emit
public void SetEntryPoint (MethodInfo entryMethod) => throw new PlatformNotSupportedException ();
public void SetEntryPoint (MethodInfo entryMethod, PEFileKinds fileKind) => throw new PlatformNotSupportedException ();
public override string ToString () => throw new PlatformNotSupportedException ();
}
}

View File

@@ -101,7 +101,7 @@ namespace System.Reflection.Emit
public void SetUserEntryPoint(System.Reflection.MethodInfo entryPoint) => throw new PlatformNotSupportedException();
}
public readonly partial struct MethodToken : System.IEquatable<MethodToken>
public readonly partial struct MethodToken
{
public static readonly System.Reflection.Emit.MethodToken Empty;
public int Token { get { throw new PlatformNotSupportedException(); } }
@@ -112,7 +112,7 @@ namespace System.Reflection.Emit
public static bool operator !=(System.Reflection.Emit.MethodToken a, System.Reflection.Emit.MethodToken b) { throw new PlatformNotSupportedException(); }
}
public readonly partial struct SignatureToken : System.IEquatable<SignatureToken>
public readonly partial struct SignatureToken
{
public static readonly System.Reflection.Emit.SignatureToken Empty;
public int Token { get { throw new PlatformNotSupportedException(); } }
@@ -123,7 +123,7 @@ namespace System.Reflection.Emit
public static bool operator !=(System.Reflection.Emit.SignatureToken a, System.Reflection.Emit.SignatureToken b) { throw new PlatformNotSupportedException(); }
}
public readonly partial struct FieldToken : System.IEquatable<FieldToken>
public readonly partial struct FieldToken
{
public static readonly System.Reflection.Emit.FieldToken Empty;
public int Token { get { throw new PlatformNotSupportedException(); } }
@@ -134,7 +134,7 @@ namespace System.Reflection.Emit
public static bool operator !=(System.Reflection.Emit.FieldToken a, System.Reflection.Emit.FieldToken b) { throw new PlatformNotSupportedException(); }
}
public readonly partial struct StringToken : System.IEquatable<StringToken>
public readonly partial struct StringToken
{
public int Token { get { throw new PlatformNotSupportedException(); } }
public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
@@ -144,7 +144,7 @@ namespace System.Reflection.Emit
public static bool operator !=(System.Reflection.Emit.StringToken a, System.Reflection.Emit.StringToken b) { throw new PlatformNotSupportedException(); }
}
public readonly partial struct TypeToken : System.IEquatable<TypeToken>
public readonly partial struct TypeToken
{
public static readonly System.Reflection.Emit.TypeToken Empty;
public int Token { get { throw new PlatformNotSupportedException(); } }
@@ -178,7 +178,7 @@ namespace System.Reflection.Emit
public void SetLocalSignature(byte[] localSignature) => throw new PlatformNotSupportedException();
}
public readonly partial struct EventToken : System.IEquatable<EventToken>
public readonly partial struct EventToken
{
public static readonly System.Reflection.Emit.EventToken Empty;
public int Token { get { throw new PlatformNotSupportedException(); } }
@@ -189,7 +189,7 @@ namespace System.Reflection.Emit
public static bool operator !=(System.Reflection.Emit.EventToken a, System.Reflection.Emit.EventToken b) { throw new PlatformNotSupportedException(); }
}
public readonly partial struct ParameterToken : System.IEquatable<ParameterToken>
public readonly partial struct ParameterToken
{
public static readonly System.Reflection.Emit.ParameterToken Empty;
public int Token { get { throw new PlatformNotSupportedException(); } }
@@ -200,7 +200,7 @@ namespace System.Reflection.Emit
public static bool operator !=(System.Reflection.Emit.ParameterToken a, System.Reflection.Emit.ParameterToken b) { throw new PlatformNotSupportedException(); }
}
public readonly partial struct PropertyToken : System.IEquatable<PropertyToken>
public readonly partial struct PropertyToken
{
public static readonly System.Reflection.Emit.PropertyToken Empty;
public int Token { get { throw new PlatformNotSupportedException(); } }

View File

@@ -1 +1 @@
764f0b5a8e71bad608f33473f5ced1908bb9f7c0
b9f8bb4d30e38a546af59047346032840e81339f