1 write to _values
System (1)
compmod\system\collections\specialized\stringdictionary.cs (1)
272
_values
= new ICollectionToGenericCollectionAdapter(m_stringDictionary, KeyOrValue.Value);
2 references to _values
System (2)
compmod\system\collections\specialized\stringdictionary.cs (2)
271
if(
_values
== null ) {
274
return
_values
;