8 references to Type
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (1)
462indexerAccess.Type);
BoundTree\BoundExpression.cs (1)
366Type);
Generated\BoundNodes.xml.Generated.cs (4)
7451if (receiverOpt != this.ReceiverOpt || initialBindingReceiverIsSubjectToCloning != this.InitialBindingReceiverIsSubjectToCloning || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(indexer, this.Indexer) || arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || expanded != this.Expanded || accessorKind != this.AccessorKind || argsToParamsOpt != this.ArgsToParamsOpt || defaultArguments != this.DefaultArguments || originalIndexersOpt != this.OriginalIndexersOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11956TypeSymbol? type = this.VisitType(node.Type); 14499updatedNode = node.Update(receiverOpt, node.InitialBindingReceiverIsSubjectToCloning, indexer, arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.Expanded, node.AccessorKind, node.ArgsToParamsOpt, node.DefaultArguments, node.OriginalIndexersOpt, node.Type); 16759new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
402indexerAccess.Type);
Lowering\LocalRewriter\LocalRewriter_IndexerAccess.cs (1)
595indexerAccess.Type);