4 references to Variable
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilder.cs (2)
1104internal void OpenLocalScope(ScopeType scopeType = ScopeType.Variable, Cci.ITypeReference exceptionType = null) 1148case ScopeType.Variable:
CodeGen\LocalScopeManager.cs (2)
214Debug.Assert(scopeType == ScopeType.Variable || scopeType == ScopeType.StateMachineVariable); 323public override ScopeType Type => ScopeType.Variable;