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