From cd62a87885db9f020e643486e078434e5f0e46b4 Mon Sep 17 00:00:00 2001 From: Hannah Zhang Date: Mon, 22 Aug 2016 10:24:29 -0700 Subject: [PATCH] Added SuppressIldasmAttribute to mscorlib and model.xml --- src/mscorlib/model.xml | 3 +++ src/mscorlib/ref/mscorlib.cs | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/src/mscorlib/model.xml b/src/mscorlib/model.xml index 0d96c7a..c7836d8 100644 --- a/src/mscorlib/model.xml +++ b/src/mscorlib/model.xml @@ -6076,6 +6076,9 @@ + + + diff --git a/src/mscorlib/ref/mscorlib.cs b/src/mscorlib/ref/mscorlib.cs index 617b908..ca1f2fe 100644 --- a/src/mscorlib/ref/mscorlib.cs +++ b/src/mscorlib/ref/mscorlib.cs @@ -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 { -- 2.7.4