1 write to dictionary
System.ServiceModel.Internals (1)
System\Runtime\ReadOnlyDictionaryInternal.cs (1)
19
this.
dictionary
= dictionary;
9 references to dictionary
System.ServiceModel.Internals (9)
System\Runtime\ReadOnlyDictionaryInternal.cs (9)
24
get { return this.
dictionary
.Count; }
34
get { return this.
dictionary
.Keys; }
39
get { return this.
dictionary
.Values; }
46
return this.
dictionary
[key];
88
return this.
dictionary
.Contains(item);
92
return this.
dictionary
.ContainsKey(key);
97
this.
dictionary
.CopyTo(array, arrayIndex);
102
return this.
dictionary
.GetEnumerator();
122
return this.
dictionary
.TryGetValue(key, out value);