1 instantiation of IteratorStateMachine
Microsoft.CodeAnalysis.CSharp (1)
Lowering\IteratorRewriter\IteratorRewriter.cs (1)
84stateMachineType = new IteratorStateMachine(slotAllocatorOpt, compilationState, method, methodOrdinal, isEnumerable, elementType);
8 references to IteratorStateMachine
Microsoft.CodeAnalysis.CSharp (8)
Compiler\MethodCompiler.cs (2)
743IteratorStateMachine iteratorStateMachine; 1459out IteratorStateMachine iteratorStateMachine);
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (2)
32private readonly IteratorStateMachine _stateMachineType; 35public IteratorFinallyMethodSymbol(IteratorStateMachine stateMachineType, string name)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (2)
496var stateMachineType = (IteratorStateMachine)F.CurrentType;
Lowering\IteratorRewriter\IteratorRewriter.cs (2)
33IteratorStateMachine stateMachineType, 57out IteratorStateMachine stateMachineType)