7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (2)
11782Debug.Assert(node.Type.IsDynamic()); 11783var result = TypeWithAnnotations.Create(node.Type, NullableAnnotation.Oblivious);
Generated\BoundNodes.xml.Generated.cs (4)
7580if (receiver != this.Receiver || arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || applicableIndexers != this.ApplicableIndexers || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11980TypeSymbol? type = this.VisitType(node.Type); 14535updatedNode = node.Update(receiver, arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, applicableIndexers, node.Type); 16794new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
544indexerAccess.Type);