3 references to SetInferredTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Deconstruct.cs (1)
374
return pending.
SetInferredTypeWithAnnotations
(TypeWithAnnotations.Create(type), this, diagnostics);
BoundTree\VariablePendingInference.cs (2)
31
return
SetInferredTypeWithAnnotations
(type, null, diagnosticsOpt);
116
return this.
SetInferredTypeWithAnnotations
(default, binder, diagnosticsOpt);