3 instantiations of LeafDispatchNode
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (3)
569return new ValueDispatchNode.LeafDispatchNode(node.Syntax, label); 574return new ValueDispatchNode.LeafDispatchNode(node.Syntax, label); 610return new ValueDispatchNode.LeafDispatchNode(node.Syntax, label);
4 references to LeafDispatchNode
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (4)
629case ValueDispatchNode.LeafDispatchNode leaf: 663case ValueDispatchNode.LeafDispatchNode leaf: 680if (rel.WhenTrue is ValueDispatchNode.LeafDispatchNode whenTrue) 686else if (rel.WhenFalse is ValueDispatchNode.LeafDispatchNode whenFalse)