4 references to StateMachineVariable
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (1)
1139
case ScopeType.
StateMachineVariable
:
CodeGen\LocalScopeManager.cs (1)
214
Debug.Assert(scopeType == ScopeType.Variable || scopeType == ScopeType.
StateMachineVariable
);
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
791
_builder.OpenLocalScope(ScopeType.
StateMachineVariable
);
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
1423
_builder.OpenLocalScope(ScopeType.
StateMachineVariable
)