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