5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\BoundImplicitIndexerAccess.cs (1)
15this.IndexerOrSliceAccess, this.ArgumentPlaceholders, this.Type);
BoundTree\NullabilityRewriter.cs (1)
180updatedNode = node.Update(receiver, argument, lengthOrCountAccess, node.ReceiverPlaceholder, indexerAccess, node.ArgumentPlaceholders, node.Type);
Generated\BoundNodes.xml.Generated.cs (3)
7222if (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)) 11539TypeSymbol? type = this.VisitType(node.Type); 16162new TreeDumperNode("type", node.Type, null),