1 write to nullKeyDictionary
System.ServiceModel.Internals (1)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
302
this.
nullKeyDictionary
= nullKeyDictionary;
12 references to nullKeyDictionary
System.ServiceModel.Internals (12)
System\Runtime\Collections\NullableKeyDictionary.cs (12)
309
int count = this.
nullKeyDictionary
.innerDictionary.Values.Count;
310
if (this.
nullKeyDictionary
.isNullKeyPresent)
335
return this.
nullKeyDictionary
.innerDictionary.Values.Contains(item) ||
336
(this.
nullKeyDictionary
.isNullKeyPresent && this.
nullKeyDictionary
.nullKeyValue.Equals(item));
341
this.
nullKeyDictionary
.innerDictionary.Values.CopyTo(array, arrayIndex);
342
if (this.
nullKeyDictionary
.isNullKeyPresent)
344
array[arrayIndex + this.
nullKeyDictionary
.innerDictionary.Values.Count] = this.
nullKeyDictionary
.nullKeyValue;
355
foreach (TypeValue item in this.
nullKeyDictionary
.innerDictionary.Values)
360
if (this.
nullKeyDictionary
.isNullKeyPresent)
362
yield return this.
nullKeyDictionary
.nullKeyValue;