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