1 write to IndexerType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5606this.IndexerType = indexerType;
13 references to IndexerType
Microsoft.CodeAnalysis.CSharp (13)
Binder\DecisionDagBuilder.cs (6)
2455case (BoundDagIndexerEvaluation s1, BoundDagIndexerEvaluation s2) when s1.IndexerType.Equals(s2.IndexerType, TypeCompareKind.AllIgnoreOptions): 2512case (BoundDagIndexerEvaluation s1, BoundDagIndexerEvaluation s2) when s1.IndexerType.Equals(s2.IndexerType, TypeCompareKind.AllIgnoreOptions): 3789if (tests.Test is BoundDagIndexerEvaluation s2 && s2.IndexerType.Equals(s1.IndexerType, TypeCompareKind.AllIgnoreOptions))
BoundTree\BoundDagEvaluation.cs (3)
230return new BoundDagTemp(Syntax, IndexerType, this); 236return Update(IndexerType, LengthTemp, Index, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input); 241return Update(IndexerType, lengthTemp, Index, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input);
Generated\BoundNodes.xml.Generated.cs (4)
5630if (!TypeSymbol.Equals(indexerType, this.IndexerType, TypeCompareKind.ConsiderEverything) || lengthTemp != this.LengthTemp || index != this.Index || indexerAccess != this.IndexerAccess || receiverPlaceholder != this.ReceiverPlaceholder || argumentPlaceholder != this.ArgumentPlaceholder || input != this.Input) 12052TypeSymbol? indexerType = this.VisitType(node.IndexerType); 14198TypeSymbol indexerType = GetUpdatedSymbol(node, node.IndexerType); 16746new TreeDumperNode("indexerType", node.IndexerType, null),