4 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;