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