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)
407return _internal.ContainsKey(item); 409return _internal.ContainsValue(item); 419return _internal.Count; // hashtable count is same as key/value count. 436return (ICollection) _internal.Keys; 438return (ICollection) _internal.Values;