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