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