1 instantiation of KeyComparer
System.Web (1)
UI\WebParts\PersonalizationStateInfoCollection.cs (1)
182internal 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);