2 references to AwaiterField
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (1)
1780if (field.SlotDebugInfo.SynthesizedKind == SynthesizedLocalKind.AwaiterField)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
125result = F.StateMachineField(awaiterType, fieldName, SynthesizedLocalKind.AwaiterField, slotIndex);