7 references to KeyOrValue
System (7)
compmod\system\collections\specialized\stringdictionary.cs (7)
262
_keys = new ICollectionToGenericCollectionAdapter(m_stringDictionary,
KeyOrValue
.Key);
272
_values = new ICollectionToGenericCollectionAdapter(m_stringDictionary,
KeyOrValue
.Value);
376
KeyOrValue
_keyOrValue;
378
public ICollectionToGenericCollectionAdapter(StringDictionary source,
KeyOrValue
keyOrValue) {
394
if( _keyOrValue ==
KeyOrValue
.Key ) {
406
if( _keyOrValue ==
KeyOrValue
.Key ) {
435
if( _keyOrValue ==
KeyOrValue
.Key ) {