1 override of GetKey
Microsoft.DotNet.ApiCompat (1)
NamespaceRemappingComparer.cs (1)
27
public override string
GetKey
(ITypeReference type)
2 references to GetKey
Microsoft.Cci.Extensions (1)
Comparers\CciComparers.cs (1)
22
_typeComparer = new StringKeyComparer<ITypeReference>(
GetKey
);
Microsoft.DotNet.ApiCompat (1)
NamespaceRemappingComparer.cs (1)
29
return RemapName(base.
GetKey
(type));