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