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)
125
if (!
InferredReturnType
.UseSiteDiagnostics.IsEmpty)
127
useSiteInfo.AddDiagnostics(
InferredReturnType
.UseSiteDiagnostics);
130
if (!
InferredReturnType
.Dependencies.IsEmpty)
132
useSiteInfo.AddDependencies(
InferredReturnType
.Dependencies);
137
if (nullableState == null ||
InferredReturnType
.IsExplicitType)
139
inferredReturnType =
InferredReturnType
;
645
var type = lambda.
InferredReturnType
.TypeWithAnnotations;
655
var type = BindForErrorRecovery().
InferredReturnType
.TypeWithAnnotations;
1222
return ReallyBindForErrorRecovery(delegateType, lambda.
InferredReturnType
, parameterTypes, parameterRefKinds);