1 write to GetItemMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8474this.GetItemMethod = getItemMethod;
8 references to GetItemMethod
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (1)
500var getItemProperty = (PropertySymbol)pattern.GetItemMethod.AssociatedSymbol;
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1234var lengthTest = new BoundITuplePattern(ituplePattern.Syntax, ituplePattern.GetLengthMethod, ituplePattern.GetItemMethod, discards, 1252ituplePattern.GetItemMethod, newSubpatterns, isUnionMatching: false, ituplePattern.InputType, ituplePattern.NarrowedType);
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)) 12587MethodSymbol getItemMethod = this.VisitMethodSymbol(node.GetItemMethod); 15282MethodSymbol getItemMethod = GetUpdatedSymbol(node, node.GetItemMethod); 17535new TreeDumperNode("getItemMethod", node.GetItemMethod, null),