3 references to GetUnderlyingCollection
System (3)
compmod\system\collections\specialized\stringdictionary.cs (3)
413var collection = GetUnderlyingCollection(); 442ICollection collection = GetUnderlyingCollection(); 451return GetUnderlyingCollection().GetEnumerator();