1 write to _type
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
565
_type
= type;
4 references to _type
Microsoft.CodeAnalysis (4)
CodeGen\LocalScopeManager.cs (4)
571
public override ScopeType Type =>
_type
;
600
Debug.Assert(
_type
== ScopeType.Filter);
610
switch (
_type
)
649
switch (
_type
)