1 write to LengthAccess
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8182this.LengthAccess = lengthAccess;
9 references to LengthAccess
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder_ListPatterns.cs (3)
19list.LengthAccess is not null); 38Debug.Assert(list.LengthAccess is not null); 39var lengthProperty = Binder.GetPropertySymbol(list.LengthAccess, out _, out _);
BoundTree\BoundListPattern.cs (1)
13Debug.Assert(LengthAccess is null or BoundPropertyAccess or BoundBadExpression);
Generated\BoundNodes.xml.Generated.cs (4)
8204if (subpatterns != this.Subpatterns || hasSlice != this.HasSlice || lengthAccess != this.LengthAccess || indexerAccess != this.IndexerAccess || receiverPlaceholder != this.ReceiverPlaceholder || argumentPlaceholder != this.ArgumentPlaceholder || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12087BoundExpression? lengthAccess = node.LengthAccess; 14754BoundExpression? lengthAccess = node.LengthAccess; 16952new TreeDumperNode("lengthAccess", null, new TreeDumperNode[] { Visit(node.LengthAccess, null) }),
Operations\CSharpOperationFactory.cs (1)
2621lengthSymbol: Binder.GetPropertySymbol(boundNode.LengthAccess, out _, out _).GetPublicSymbol(),