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