1 instantiation of ValueCollection
System (1)
compmod\system\collections\generic\sorteddictionary.cs (1)
145if (values == null) values = new ValueCollection(this);
2 references to ValueCollection
System (2)
compmod\system\collections\generic\sorteddictionary.cs (2)
21private ValueCollection values; 143public ValueCollection Values {