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)
207if (_currentPropName == null) 210return new DictionaryEntry(_currentPropName, new PropertyValueCollection(_parentEntry, _currentPropName));