13 references to gotoNode
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker_Patterns.cs (13)
550gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 551gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable); 565gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 566gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable & inputMaybeNull); 574gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 575gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable); 595gotoNode(p.WhenTrue, isFalseTest ? this.StateWhenFalse : this.StateWhenTrue, nodeBelievedReachable); 596gotoNode(p.WhenFalse, isFalseTest ? this.StateWhenTrue : this.StateWhenFalse, nodeBelievedReachable); 603gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 604gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable); 656gotoNode(w.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 657gotoNode(w.WhenFalse, this.StateWhenFalse, nodeBelievedReachable); 662gotoNode(w.WhenTrue, this.State, nodeBelievedReachable);