6 references to Type
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.ValueChecks.cs (1)
570implicitIndexer.Type);
BoundTree\BoundImplicitIndexerAccess.cs (1)
15this.IndexerOrSliceAccess, this.ArgumentPlaceholders, this.Type);
BoundTree\NullabilityRewriter.cs (1)
223updatedNode = node.Update(receiver, argument, lengthOrCountAccess, node.ReceiverPlaceholder, indexerAccess, node.ArgumentPlaceholders, node.Type);
Generated\BoundNodes.xml.Generated.cs (3)
7499if (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)) 11966TypeSymbol? type = this.VisitType(node.Type); 16771new TreeDumperNode("type", node.Type, null),