1 write to LengthAccess
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8390
this.
LengthAccess
= lengthAccess;
13 references to LengthAccess
Microsoft.CodeAnalysis.CSharp (13)
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1315
newPattern.Syntax, newSubpatterns, hasSlice, listPattern.
LengthAccess
, listPattern.IndexerAccess,
1346
newPattern.Syntax, newSubpatterns, hasSlice: true, listPattern.
LengthAccess
, listPattern.IndexerAccess,
Binder\DecisionDagBuilder_ListPatterns.cs (3)
22
list.
LengthAccess
is not null);
43
Debug.Assert(list.
LengthAccess
is not null);
44
var lengthProperty = Binder.GetPropertySymbol(list.
LengthAccess
, out _, out _);
Binder\UnionMatchingRewriter.cs (1)
125
BoundExpression? lengthAccess = node.
LengthAccess
;
BoundTree\BoundListPattern.cs (2)
16
return Update(subpatterns, this.HasSlice, this.
LengthAccess
, this.IndexerAccess, this.ReceiverPlaceholder, this.ArgumentPlaceholder, this.Variable, this.VariableAccess, this.IsUnionMatching, this.InputType, this.NarrowedType);
22
Debug.Assert(
LengthAccess
is null or BoundPropertyAccess or BoundBadExpression);
Generated\BoundNodes.xml.Generated.cs (4)
8412
if (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 || isUnionMatching != this.IsUnionMatching || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12565
BoundExpression? lengthAccess = node.
LengthAccess
;
15260
BoundExpression? lengthAccess = node.
LengthAccess
;
17509
new TreeDumperNode("lengthAccess", null, new TreeDumperNode[] { Visit(node.
LengthAccess
, null) }),
Operations\CSharpOperationFactory.cs (1)
2687
lengthSymbol: Binder.GetPropertySymbol(boundNode.
LengthAccess
, out _, out _).GetPublicSymbol(),