1 write to Bindings
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5118this.Bindings = bindings;
9 references to Bindings
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\BoundDecisionDag.cs (1)
131return p.Update(p.Bindings, p.WhenExpression, replacement[p.WhenTrue], (p.WhenFalse != null) ? replacement[p.WhenFalse] : null);
FlowAnalysis\NullableWalker_Patterns.cs (1)
634foreach (var binding in w.Bindings)
Generated\BoundNodes.xml.Generated.cs (3)
5134if (bindings != this.Bindings || whenExpression != this.WhenExpression || whenTrue != this.WhenTrue || whenFalse != this.WhenFalse) 11564return node.Update(node.Bindings, whenExpression, whenTrue, whenFalse); 16123new TreeDumperNode("bindings", node.Bindings, null),
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
1157lowerBindings(whenClause.Bindings, sectionBuilder);
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (2)
541foreach (BoundPatternBinding binding in w.Bindings) 583return n.Bindings.Any(static b => b.TempContainingValue.IsOriginalInput);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
285foreach (BoundPatternBinding binding in whenNode.Bindings)