3 references to GetTypeOrFunctionType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\BestTypeInferrer.cs (1)
73TypeSymbol? type = expr.GetTypeOrFunctionType();
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
105return TypeWithAnnotations.Create(expr.GetTypeOrFunctionType());
FlowAnalysis\NullableWalker.cs (1)
7728return TypeWithAnnotations.Create(expr.GetTypeOrFunctionType(), GetNullableAnnotation(expr));