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