1 write to GetLengthMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8265this.GetLengthMethod = getLengthMethod;
6 references to GetLengthMethod
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (1)
327var getLengthProperty = (PropertySymbol)pattern.GetLengthMethod.AssociatedSymbol;
Generated\BoundNodes.xml.Generated.cs (4)
8279if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getLengthMethod, this.GetLengthMethod) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getItemMethod, this.GetItemMethod) || subpatterns != this.Subpatterns || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12111return node.Update(node.GetLengthMethod, node.GetItemMethod, subpatterns, inputType, narrowedType); 14775MethodSymbol getLengthMethod = GetUpdatedSymbol(node, node.GetLengthMethod); 16976new TreeDumperNode("getLengthMethod", node.GetLengthMethod, null),
Operations\CSharpOperationFactory.cs (1)
2583boundITuplePattern.GetLengthMethod.ContainingType.GetPublicSymbol(),