1 write to InferredReturnType
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
85InferredReturnType = inferredReturnType;
9 references to InferredReturnType
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\UnboundLambda.cs (9)
125if (!InferredReturnType.UseSiteDiagnostics.IsEmpty) 127useSiteInfo.AddDiagnostics(InferredReturnType.UseSiteDiagnostics); 130if (!InferredReturnType.Dependencies.IsEmpty) 132useSiteInfo.AddDependencies(InferredReturnType.Dependencies); 137if (nullableState == null || InferredReturnType.IsExplicitType) 139inferredReturnType = InferredReturnType; 645var type = lambda.InferredReturnType.TypeWithAnnotations; 655var type = BindForErrorRecovery().InferredReturnType.TypeWithAnnotations; 1222return ReallyBindForErrorRecovery(delegateType, lambda.InferredReturnType, parameterTypes, parameterRefKinds);