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)
119if (!InferredReturnType.UseSiteDiagnostics.IsEmpty) 121useSiteInfo.AddDiagnostics(InferredReturnType.UseSiteDiagnostics); 124if (!InferredReturnType.Dependencies.IsEmpty) 126useSiteInfo.AddDependencies(InferredReturnType.Dependencies); 131if (nullableState == null || InferredReturnType.IsExplicitType) 133inferredReturnType = InferredReturnType; 615var type = lambda.InferredReturnType.TypeWithAnnotations; 625var type = BindForErrorRecovery().InferredReturnType.TypeWithAnnotations; 1191return ReallyBindForErrorRecovery(delegateType, lambda.InferredReturnType, parameterTypes, parameterRefKinds);