3 references to StateMachineVariable
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (1)
1162
case ScopeType.
StateMachineVariable
:
CodeGen\LocalScopeManager.cs (1)
214
Debug.Assert(scopeType == ScopeType.Variable || scopeType == ScopeType.
StateMachineVariable
);
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
816
_builder.OpenLocalScope(ScopeType.
StateMachineVariable
);