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