1 override of GetKey
Microsoft.Cci.Extensions (1)
Comparers\AttributeComparer.cs (1)
25public override string GetKey(ICustomAttribute c)
3 references to GetKey
Microsoft.Cci.Extensions (3)
Comparers\StringKeyComparer.cs (3)
33return GetKey(obj).GetHashCode(); 43return string.Compare(GetKey(x), GetKey(y), StringComparison.Ordinal);