2 references to ReallyInferReturnType
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
1013
result =
ReallyInferReturnType
(delegateType, cacheKey.ParameterTypes, cacheKey.ParameterRefKinds);
1183
?? rebind(
ReallyInferReturnType
(delegateType: null, ImmutableArray<TypeWithAnnotations>.Empty, ImmutableArray<RefKind>.Empty));