Added SuppressIldasmAttribute to mscorlib and model.xml
authorHannah Zhang <t-hazhan@microsoft.com>
Mon, 22 Aug 2016 17:24:29 +0000 (10:24 -0700)
committerHannah Zhang <t-hazhan@microsoft.com>
Mon, 22 Aug 2016 17:24:50 +0000 (10:24 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/cd62a87885db9f020e643486e078434e5f0e46b4

src/coreclr/src/mscorlib/model.xml
src/coreclr/src/mscorlib/ref/mscorlib.cs

index 0d96c7a..c7836d8 100644 (file)
       <Member Name="#ctor(System.String)" />
       <Member MemberType="Property" Name="AssemblyFullName" />
     </Type>
+    <Type Name="System.Runtime.CompilerServices.SuppressIldasmAttribute">
+      <Member Name="#ctor" />
+    </Type>
     <!-- #if FEATURE_CORRUPTING_EXCEPTIONS -->
     <Type Name="System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute">
       <Member Name="#ctor" />
index 617b908..ca1f2fe 100644 (file)
@@ -9757,6 +9757,11 @@ namespace System.Runtime.CompilerServices
         public StateMachineAttribute(System.Type stateMachineType) { }
         public System.Type StateMachineType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
     }
+    [System.AttributeUsage((System.AttributeTargets)(1) | (System.AttributeTargets)(2))]
+    public sealed partial class SuppressIldasmAttribute : System.Attribute
+    {
+        public SuppressIldasmAttribute() { }
+    }
     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
     public partial struct TaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion
     {