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