2 references to Catch
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (1)
460
Debug.Assert(handlerBlock.Type == BlockType.
Catch
|| handlerBlock.Type == BlockType.Fault || handlerBlock.Type == BlockType.Filter);
CodeGen\LocalScopeManager.cs (1)
654
return BlockType.
Catch
;