1 instantiation of AsyncConstructor
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncStateMachine.cs (1)
61_constructor = isIterator ? (MethodSymbol)new IteratorConstructor(this) : new AsyncConstructor(this);