1 write to GetLengthMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8473this.GetLengthMethod = getLengthMethod;
9 references to GetLengthMethod
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (1)
498var getLengthProperty = (PropertySymbol)pattern.GetLengthMethod.AssociatedSymbol;
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1234var lengthTest = new BoundITuplePattern(ituplePattern.Syntax, ituplePattern.GetLengthMethod, ituplePattern.GetItemMethod, discards, 1251BoundPattern newITuple = new BoundITuplePattern(newPattern.Syntax, ituplePattern.GetLengthMethod,
Binder\UnionMatchingRewriter.cs (1)
151node.Update(node.GetLengthMethod, node.GetItemMethod, node.Subpatterns,
Generated\BoundNodes.xml.Generated.cs (4)
8493if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getLengthMethod, this.GetLengthMethod) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getItemMethod, this.GetItemMethod) || subpatterns != this.Subpatterns || isUnionMatching != this.IsUnionMatching || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12586MethodSymbol getLengthMethod = this.VisitMethodSymbol(node.GetLengthMethod); 15281MethodSymbol getLengthMethod = GetUpdatedSymbol(node, node.GetLengthMethod); 17534new TreeDumperNode("getLengthMethod", node.GetLengthMethod, null),
Operations\CSharpOperationFactory.cs (1)
2649boundITuplePattern.GetLengthMethod.ContainingType.GetPublicSymbol(),