1 write to _internal
System (1)
compmod\system\collections\specialized\stringdictionary.cs (1)
381
_internal
= source;
5 references to _internal
System (5)
compmod\system\collections\specialized\stringdictionary.cs (5)
407
return
_internal
.ContainsKey(item);
409
return
_internal
.ContainsValue(item);
419
return
_internal
.Count; // hashtable count is same as key/value count.
436
return (ICollection)
_internal
.Keys;
438
return (ICollection)
_internal
.Values;