2 references to SetInferredTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
3528coercedArgument = ((OutVariablePendingInference)argument).SetInferredTypeWithAnnotations(parameterTypeWithAnnotations, diagnostics);
Binder\Binder_Invocation.cs (1)
2068newArguments[i] = ((OutVariablePendingInference)argument).SetInferredTypeWithAnnotations(TypeWithAnnotations.Create(candidateType), null);