4 instantiations of Key
System.Web (4)
UI\WebParts\PersonalizationStateInfoCollection.cs (4)
45
Key key = new
Key
(path, username);
68
key = new
Key
(userData.Path, userData.Username);
71
key = new
Key
(data.Path, null);
121
Key key = new
Key
(path, username);
16 references to Key
System.Web (16)
UI\WebParts\PersonalizationStateInfoCollection.cs (16)
16
private Dictionary<
Key
, int> _indices;
29
_indices = new Dictionary<
Key
, int>(KeyComparer.Default);
45
Key
key = new Key(path, username);
65
Key
key;
121
Key
key = new Key(path, username);
140
foreach(KeyValuePair<
Key
,int> de in _indices) {
145
foreach (
Key
k in al) {
181
private sealed class KeyComparer : IEqualityComparer<
Key
> {
182
internal static readonly IEqualityComparer<
Key
> Default = new KeyComparer();
184
bool IEqualityComparer<
Key
>.Equals(
Key
x,
Key
y) {
188
int IEqualityComparer<
Key
>.GetHashCode(
Key
key) {
202
private int Compare(
Key
x,
Key
y) {