2 writes to _allKeys
System (2)
compmod\system\collections\specialized\namevaluecollection.cs (2)
134
_allKeys
= null;
389
_allKeys
= BaseGetAllKeys();
2 references to _allKeys
System (2)
compmod\system\collections\specialized\namevaluecollection.cs (2)
388
if (
_allKeys
== null)
390
return
_allKeys
;