13 references to gotoNode
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker_Patterns.cs (13)
563gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 564gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable); 578gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 579gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable & inputMaybeNull); 587gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 588gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable); 608gotoNode(p.WhenTrue, isFalseTest ? this.StateWhenFalse : this.StateWhenTrue, nodeBelievedReachable); 609gotoNode(p.WhenFalse, isFalseTest ? this.StateWhenTrue : this.StateWhenFalse, nodeBelievedReachable); 616gotoNode(p.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 617gotoNode(p.WhenFalse, this.StateWhenFalse, nodeBelievedReachable); 669gotoNode(w.WhenTrue, this.StateWhenTrue, nodeBelievedReachable); 670gotoNode(w.WhenFalse, this.StateWhenFalse, nodeBelievedReachable); 675gotoNode(w.WhenTrue, this.State, nodeBelievedReachable);