2 references to ConsiderEverythingComparer
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
517
collectedBounds[methodTypeParameterIndex] = new HashSet<TypeWithAnnotations>(TypeWithAnnotations.EqualsComparer.
ConsiderEverythingComparer
);
2822
updated ??= new HashSet<TypeWithAnnotations>(TypeWithAnnotations.EqualsComparer.
ConsiderEverythingComparer
);