13 references to gotoNode
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker_Patterns.cs (13)
603gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
604gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
618gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
619gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable & inputMaybeNull);
627gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
628gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
648gotoNode(p.WhenTrue, isFalseTest ? this.StateWhenFalse : this.StateWhenTrue, nodeBelievedReachable);
649gotoNode(p.WhenFalse, isFalseTest ? this.StateWhenTrue : this.StateWhenFalse, nodeBelievedReachable);
656gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
657gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
709gotoNode(w.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
710gotoNode(w.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
715gotoNode(w.WhenTrue, this.State, nodeBelievedReachable);