1 override of GetKey
Microsoft.DotNet.ApiCompat (1)
NamespaceRemappingComparer.cs (1)
27public 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)
29return RemapName(base.GetKey(type));