7 references to TryCatchFinally
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilder.cs (2)
1095
if (scopeType == ScopeType.
TryCatchFinally
&& IsJustPastLabel())
1138
case ScopeType.
TryCatchFinally
:
CodeGen\LocalScopeManager.cs (2)
208
if (scopeType == ScopeType.
TryCatchFinally
)
691
public override ScopeType Type => ScopeType.
TryCatchFinally
;
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitStatement.cs (2)
692
_builder.OpenLocalScope(ScopeType.
TryCatchFinally
);
911
_builder.OpenLocalScope(ScopeType.
TryCatchFinally
);
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
126
_builder.OpenLocalScope(ScopeType.
TryCatchFinally
)