4 writes to _currentPropName
System.DirectoryServices (4)
System\DirectoryServices\PropertyCollection.cs (4)
234
_currentPropName
= ((UnsafeNativeMethods.IAdsPropertyEntry)prop).Name;
236
_currentPropName
= null;
242
_currentPropName
= null;
250
_currentPropName
= null;
3 references to _currentPropName
System.DirectoryServices (3)
System\DirectoryServices\PropertyCollection.cs (3)
207
if (
_currentPropName
== null)
210
return new DictionaryEntry(
_currentPropName
, new PropertyValueCollection(_parentEntry,
_currentPropName
));