5 references to exploreToNode
Microsoft.CodeAnalysis.CSharp (5)
Binder\PatternExplainer.cs (5)
114exploreToNode(rootNode, currentRequiresFalseWhenClause: false); 141if (!exploreToNode(test.WhenTrue, currentRequiresFalseWhenClause)) 147if (!exploreToNode(test.WhenFalse, currentRequiresFalseWhenClause)) 154if (!exploreToNode(evaluation.Next, currentRequiresFalseWhenClause)) 161return exploreToNode(whenNode.WhenFalse, currentRequiresFalseWhenClause: true);