5 references to IsSpecialEndHandlerBlock
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
531
Debug.Assert(targetBlock != null && !
IsSpecialEndHandlerBlock
(targetBlock));
591
Debug.Assert(targetBlock != null && !
IsSpecialEndHandlerBlock
(targetBlock));
748
IsSpecialEndHandlerBlock
(current));
750
if (
IsSpecialEndHandlerBlock
(current))
768
Debug.Assert(AllBlocks(block => !
IsSpecialEndHandlerBlock
(block)));