6 references to TryCatchFinally
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilder.cs (2)
1118
if (scopeType == ScopeType.
TryCatchFinally
&& IsJustPastLabel())
1161
case ScopeType.
TryCatchFinally
:
CodeGen\LocalScopeManager.cs (2)
208
if (scopeType == ScopeType.
TryCatchFinally
)
693
public override ScopeType Type => ScopeType.
TryCatchFinally
;
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitStatement.cs (2)
704
_builder.OpenLocalScope(ScopeType.
TryCatchFinally
);
936
_builder.OpenLocalScope(ScopeType.
TryCatchFinally
);