13 references to gotoNode
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker_Patterns.cs (13)
605gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
606gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
620gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
621gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable & inputMaybeNull);
629gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
630gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
650gotoNode(p.WhenTrue, isFalseTest ? this.StateWhenFalse : this.StateWhenTrue, nodeBelievedReachable);
651gotoNode(p.WhenFalse, isFalseTest ? this.StateWhenTrue : this.StateWhenFalse, nodeBelievedReachable);
658gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
659gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
711gotoNode(w.WhenTrue, this.StateWhenTrue, nodeBelievedReachable);
712gotoNode(w.WhenFalse, this.StateWhenFalse, nodeBelievedReachable);
717gotoNode(w.WhenTrue, this.State, nodeBelievedReachable);