2 overrides of Type
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (2)
323public override ScopeType Type => ScopeType.Variable; 693public override ScopeType Type => ScopeType.TryCatchFinally;
3 references to Type
Microsoft.CodeAnalysis (3)
CodeGen\LocalScopeManager.cs (3)
80switch (scope.Type) 183if (s.Type == ScopeType.Try) 236switch (this.Type)