1 write to LengthAccess
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8182
this.
LengthAccess
= lengthAccess;
9 references to LengthAccess
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder_ListPatterns.cs (3)
19
list.
LengthAccess
is not null);
38
Debug.Assert(list.
LengthAccess
is not null);
39
var lengthProperty = Binder.GetPropertySymbol(list.
LengthAccess
, out _, out _);
BoundTree\BoundListPattern.cs (1)
13
Debug.Assert(
LengthAccess
is null or BoundPropertyAccess or BoundBadExpression);
Generated\BoundNodes.xml.Generated.cs (4)
8204
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 || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12087
BoundExpression? lengthAccess = node.
LengthAccess
;
14754
BoundExpression? lengthAccess = node.
LengthAccess
;
16952
new TreeDumperNode("lengthAccess", null, new TreeDumperNode[] { Visit(node.
LengthAccess
, null) }),
Operations\CSharpOperationFactory.cs (1)
2621
lengthSymbol: Binder.GetPropertySymbol(boundNode.
LengthAccess
, out _, out _).GetPublicSymbol(),