1 write to _fixedResults
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
332
_fixedResults
= new (TypeWithAnnotations, bool)[methodTypeParameters.Length];
9 references to _fixedResults
Microsoft.CodeAnalysis.CSharp (9)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (9)
401
var fixedType =
_fixedResults
[i].Type;
449
var fixedResultType =
_fixedResults
[i].Type;
456
_fixedResults
[i] =
_fixedResults
[i] with { Type = fixedResultType.AsAnnotated() };
467
_fixedResults
[i] = (TypeWithAnnotations.Create(new ExtendedErrorTypeSymbol(_constructedContainingTypeOfMethod, _methodTypeParameters[i].Name, 0, null, false)), false);
481
return !
_fixedResults
[methodTypeParameterIndex].Type.HasType;
2825
_fixedResults
[iParam] = best;
3271
var builder = ArrayBuilder<TypeWithAnnotations>.GetInstance(
_fixedResults
.Length);
3273
foreach (var fixedResult in
_fixedResults
)