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