3 instantiations of LeafDispatchNode
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (3)
568return new ValueDispatchNode.LeafDispatchNode(node.Syntax, label); 573return new ValueDispatchNode.LeafDispatchNode(node.Syntax, label); 609return new ValueDispatchNode.LeafDispatchNode(node.Syntax, label);
4 references to LeafDispatchNode
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (4)
628case ValueDispatchNode.LeafDispatchNode leaf: 662case ValueDispatchNode.LeafDispatchNode leaf: 679if (rel.WhenTrue is ValueDispatchNode.LeafDispatchNode whenTrue) 685else if (rel.WhenFalse is ValueDispatchNode.LeafDispatchNode whenFalse)