1 write to InferredReturnType
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
88
InferredReturnType
= inferredReturnType;
9 references to InferredReturnType
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\UnboundLambda.cs (9)
128
if (!
InferredReturnType
.UseSiteDiagnostics.IsEmpty)
130
useSiteInfo.AddDiagnostics(
InferredReturnType
.UseSiteDiagnostics);
133
if (!
InferredReturnType
.Dependencies.IsEmpty)
135
useSiteInfo.AddDependencies(
InferredReturnType
.Dependencies);
140
if (nullableState == null ||
InferredReturnType
.IsExplicitType)
142
inferredReturnType =
InferredReturnType
;
654
var type = lambda.
InferredReturnType
.TypeWithAnnotations;
664
var type = BindForErrorRecovery().
InferredReturnType
.TypeWithAnnotations;
1249
return ReallyBindForErrorRecovery(delegateType, lambda.
InferredReturnType
, parameterTypes, parameterRefKinds);