1 write to nullKeyDictionary
System.ServiceModel.Internals (1)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
227this.nullKeyDictionary = nullKeyDictionary;
9 references to nullKeyDictionary
System.ServiceModel.Internals (9)
System\Runtime\Collections\NullableKeyDictionary.cs (9)
234int count = this.nullKeyDictionary.innerDictionary.Keys.Count; 235if (this.nullKeyDictionary.isNullKeyPresent) 260return item == null ? this.nullKeyDictionary.isNullKeyPresent : this.nullKeyDictionary.innerDictionary.Keys.Contains(item); 265this.nullKeyDictionary.innerDictionary.Keys.CopyTo(array, arrayIndex); 266if (this.nullKeyDictionary.isNullKeyPresent) 268array[arrayIndex + this.nullKeyDictionary.innerDictionary.Keys.Count] = default(TypeKey); 279foreach (TypeKey item in this.nullKeyDictionary.innerDictionary.Keys) 284if (this.nullKeyDictionary.isNullKeyPresent)