13 references to HasCondition
Microsoft.CodeAnalysis (13)
Operations\ControlFlowGraphBuilder.cs (13)
208return blockBuilder.HasCondition ? 274if (current.HasCondition) 698!predecessor.HasCondition && 718Debug.Assert((block.BranchValue != null && !block.HasCondition) == (next.Kind == ControlFlowBranchSemantics.Return || next.Kind == ControlFlowBranchSemantics.Throw)); 736if (!block.HasCondition) 797Debug.Assert(block.HasCondition || block.BranchValue == null); 835Debug.Assert(!block.HasCondition); // This is ensured by an "if" above. 973!predecessor.HasCondition && 1370Debug.Assert(prevBlock.HasCondition || prevBlock.BranchValue == null); 2967Debug.Assert(!previous.HasCondition); 3843Debug.Assert(!current.HasCondition); 3940Debug.Assert(!current.HasCondition); 5706Debug.Assert(!current.HasCondition);