6 references to Type
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.ValueChecks.cs (1)
570
implicitIndexer.
Type
);
BoundTree\BoundImplicitIndexerAccess.cs (1)
15
this.IndexerOrSliceAccess, this.ArgumentPlaceholders, this.
Type
);
BoundTree\NullabilityRewriter.cs (1)
223
updatedNode = node.Update(receiver, argument, lengthOrCountAccess, node.ReceiverPlaceholder, indexerAccess, node.ArgumentPlaceholders, node.
Type
);
Generated\BoundNodes.xml.Generated.cs (3)
7499
if (receiver != this.Receiver || argument != this.Argument || lengthOrCountAccess != this.LengthOrCountAccess || receiverPlaceholder != this.ReceiverPlaceholder || indexerOrSliceAccess != this.IndexerOrSliceAccess || argumentPlaceholders != this.ArgumentPlaceholders || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
11966
TypeSymbol? type = this.VisitType(node.
Type
);
16771
new TreeDumperNode("type", node.
Type
, null),