2 references to SetInferredTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
3535coercedArgument = ((OutDeconstructVarPendingInference)argument).SetInferredTypeWithAnnotations(parameterTypeWithAnnotations, success: true);
BoundTree\OutDeconstructVarPendingInference.cs (1)
24return SetInferredTypeWithAnnotations(TypeWithAnnotations.Create(binder.CreateErrorType()), success: false);