3 writes to _currentEntry
System.DirectoryServices (3)
System\DirectoryServices\DirectoryEntries.cs (3)
128return _currentEntry ??= new DirectoryEntry(_enumVariant.GetValue(), _container.UsePropertyCache, _container.GetUsername(), _container.GetPassword(), _container.AuthenticationType); 141_currentEntry = null; 161_currentEntry = null;