1 instantiation of KeyComparer
System.Web (1)
UI\WebParts\PersonalizationStateInfoCollection.cs (1)
182
internal static readonly IEqualityComparer<Key> Default = new
KeyComparer
();
1 reference to KeyComparer
System.Web (1)
UI\WebParts\PersonalizationStateInfoCollection.cs (1)
29
_indices = new Dictionary<Key, int>(
KeyComparer
.Default);