1 write to IndexerType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5601
this.
IndexerType
= indexerType;
13 references to IndexerType
Microsoft.CodeAnalysis.CSharp (13)
Binder\DecisionDagBuilder.cs (6)
1662
case (BoundDagIndexerEvaluation s1, BoundDagIndexerEvaluation s2) when s1.
IndexerType
.Equals(s2.
IndexerType
, TypeCompareKind.AllIgnoreOptions):
1719
case (BoundDagIndexerEvaluation s1, BoundDagIndexerEvaluation s2) when s1.
IndexerType
.Equals(s2.
IndexerType
, TypeCompareKind.AllIgnoreOptions):
2829
if (tests.Test is BoundDagIndexerEvaluation s2 && s2.
IndexerType
.Equals(s1.
IndexerType
, TypeCompareKind.AllIgnoreOptions))
BoundTree\BoundDagEvaluation.cs (3)
222
return new BoundDagTemp(Syntax,
IndexerType
, this);
228
return Update(
IndexerType
, LengthTemp, Index, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input);
233
return Update(
IndexerType
, lengthTemp, Index, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input);
Generated\BoundNodes.xml.Generated.cs (4)
5625
if (!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)
11901
TypeSymbol? indexerType = this.VisitType(node.
IndexerType
);
14026
TypeSymbol indexerType = GetUpdatedSymbol(node, node.
IndexerType
);
16545
new TreeDumperNode("indexerType", node.
IndexerType
, null),