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