5 references to LeafDecisionDagNode
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (3)
5147: base(BoundKind.LeafDecisionDagNode, syntax, hasErrors) 5156: base(BoundKind.LeafDecisionDagNode, syntax) 9100case BoundKind.LeafDecisionDagNode:
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
388ImmutableArray<BoundDecisionDagNode> nodesToLower = sortedNodes.WhereAsArray(n => n.Kind != BoundKind.WhenDecisionDagNode && n.Kind != BoundKind.LeafDecisionDagNode);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
244while (node.Kind != BoundKind.LeafDecisionDagNode && node.Kind != BoundKind.WhenDecisionDagNode)