1 write to InferredReturnType
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
85
InferredReturnType
= inferredReturnType;
9 references to InferredReturnType
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\UnboundLambda.cs (9)
119
if (!
InferredReturnType
.UseSiteDiagnostics.IsEmpty)
121
useSiteInfo.AddDiagnostics(
InferredReturnType
.UseSiteDiagnostics);
124
if (!
InferredReturnType
.Dependencies.IsEmpty)
126
useSiteInfo.AddDependencies(
InferredReturnType
.Dependencies);
131
if (nullableState == null ||
InferredReturnType
.IsExplicitType)
133
inferredReturnType =
InferredReturnType
;
615
var type = lambda.
InferredReturnType
.TypeWithAnnotations;
625
var type = BindForErrorRecovery().
InferredReturnType
.TypeWithAnnotations;
1192
return ReallyBindForErrorRecovery(delegateType, lambda.
InferredReturnType
, parameterTypes, parameterRefKinds);