8 references to Type
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (1)
6677dynamicInvocation.Type,
FlowAnalysis\NullableWalker.cs (3)
13228Debug.Assert(node.Type.IsDynamic()); 13229Debug.Assert(node.Type.IsReferenceType); 13230var result = TypeWithAnnotations.Create(node.Type, NullableAnnotation.Oblivious);
Generated\BoundNodes.xml.Generated.cs (4)
6007if (argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || applicableMethods != this.ApplicableMethods || expression != this.Expression || arguments != this.Arguments || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 12123TypeSymbol? type = this.VisitType(node.Type); 14312updatedNode = node.Update(node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, applicableMethods, expression, arguments, node.Type); 16846new TreeDumperNode("type", node.Type, null),