2 references to _typeComparer
Microsoft.DotNet.ApiCompat.Core (2)
Rules\Compat\CannotRemoveBaseTypeOrInterface.cs (2)
40
lastIndex = implBaseTypes.FindIndex(lastIndex, item1BaseType =>
_typeComparer
.Equals(item1BaseType, contractBaseType));
56
HashSet<ITypeReference> implInterfaces = new HashSet<ITypeReference>(impl.GetAllInterfaces(),
_typeComparer
);