13 references to gotoNode
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker_Patterns.cs (13)
552gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
553gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
567gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
568gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable & inputMaybeNull);
576gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
577gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
597gotoNode(p.WhenTrue, isFalseTest ? this.StateWhenFalse : this.StateWhenTrue, nodeBelievedReachable);
598gotoNode(p.WhenFalse, isFalseTest ? this.StateWhenTrue : this.StateWhenFalse, nodeBelievedReachable);
605gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
606gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
658gotoNode(w.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
659gotoNode(w.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
664gotoNode(w.WhenTrue, this.State, nodeBelievedReachable);