1 write to GetLengthMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7947this.GetLengthMethod = getLengthMethod;
6 references to GetLengthMethod
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (1)
324var getLengthProperty = (PropertySymbol)pattern.GetLengthMethod.AssociatedSymbol;
Generated\BoundNodes.xml.Generated.cs (4)
7961if (!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)) 11677return node.Update(node.GetLengthMethod, node.GetItemMethod, subpatterns, inputType, narrowedType); 14238MethodSymbol getLengthMethod = GetUpdatedSymbol(node, node.GetLengthMethod); 16356new TreeDumperNode("getLengthMethod", node.GetLengthMethod, null),
Operations\CSharpOperationFactory.cs (1)
2466boundITuplePattern.GetLengthMethod.ContainingType.GetPublicSymbol(),