<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" />
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
{