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

@ -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 ();
}
}