4 references to TryCatchFinally
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilder.cs (2)
1106
if (scopeType == ScopeType.
TryCatchFinally
&& IsJustPastLabel())
1149
case ScopeType.
TryCatchFinally
:
CodeGen\LocalScopeManager.cs (2)
208
if (scopeType == ScopeType.
TryCatchFinally
)
693
public override ScopeType Type => ScopeType.
TryCatchFinally
;