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