2 references to StateMachineVariable
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (1)
1150
case ScopeType.
StateMachineVariable
:
CodeGen\LocalScopeManager.cs (1)
214
Debug.Assert(scopeType == ScopeType.Variable || scopeType == ScopeType.
StateMachineVariable
);