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