13 references to HasCondition
Microsoft.CodeAnalysis (13)
Operations\ControlFlowGraphBuilder.cs (13)
216return blockBuilder.HasCondition ? 282if (current.HasCondition) 706!predecessor.HasCondition && 726Debug.Assert((block.BranchValue != null && !block.HasCondition) == (next.Kind == ControlFlowBranchSemantics.Return || next.Kind == ControlFlowBranchSemantics.Throw)); 744if (!block.HasCondition) 805Debug.Assert(block.HasCondition || block.BranchValue == null); 843Debug.Assert(!block.HasCondition); // This is ensured by an "if" above. 981!predecessor.HasCondition && 1379Debug.Assert(prevBlock.HasCondition || prevBlock.BranchValue == null); 2977Debug.Assert(!previous.HasCondition); 3853Debug.Assert(!current.HasCondition); 3950Debug.Assert(!current.HasCondition); 5717Debug.Assert(!current.HasCondition);