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