4 references to GetTypeOrFunctionType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\BestTypeInferrer.cs (1)
73
TypeSymbol? type = expr.
GetTypeOrFunctionType
();
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
105
return TypeWithAnnotations.Create(expr.
GetTypeOrFunctionType
());
BoundTree\UnboundLambda.cs (1)
268
var bestType = returns[0].expr.
GetTypeOrFunctionType
();
FlowAnalysis\NullableWalker.cs (1)
8343
return TypeWithAnnotations.Create(expr.
GetTypeOrFunctionType
(), GetNullableAnnotation(expr));