1 write to IndexerType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5544
this.
IndexerType
= indexerType;
6 references to IndexerType
Microsoft.CodeAnalysis.CSharp (6)
Binder\PatternExplainer.cs (1)
431
var indexerTemp = new BoundDagTemp(e.Syntax, e.
IndexerType
, e);
Generated\BoundNodes.xml.Generated.cs (4)
5568
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)
11634
TypeSymbol? indexerType = this.VisitType(node.
IndexerType
);
13703
TypeSymbol indexerType = GetUpdatedSymbol(node, node.
IndexerType
);
16220
new TreeDumperNode("indexerType", node.
IndexerType
, null),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
270
var outputTemp = new BoundDagTemp(e.Syntax, e.
IndexerType
, e);