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