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