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)
9100
case BoundKind.
LeafDecisionDagNode
:
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
388
ImmutableArray<BoundDecisionDagNode> nodesToLower = sortedNodes.WhereAsArray(n => n.Kind != BoundKind.WhenDecisionDagNode && n.Kind != BoundKind.
LeafDecisionDagNode
);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
244
while (node.Kind != BoundKind.
LeafDecisionDagNode
&& node.Kind != BoundKind.WhenDecisionDagNode)