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