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