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