2 references to SetInferredReturnType
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (1)
1042lambdaSymbol.SetInferredReturnType(refKind, returnType);
Symbols\Source\LambdaSymbol.cs (1)
183/// True if <see cref="SetInferredReturnType(RefKind, TypeWithAnnotations)"/> changed whether <see cref="CSharpCompilation.IsRuntimeAsyncEnabledIn(Symbol?)"/> returns true for this method.