1 write to _rootEntry
System.DirectoryServices (1)
System\DirectoryServices\SearchResultCollection.cs (1)
34
_rootEntry
= root;
8 references to _rootEntry
System.DirectoryServices (8)
System\DirectoryServices\SearchResultCollection.cs (8)
53
_rootEntry
.GetUsername(),
54
_rootEntry
.GetPassword(),
55
_rootEntry
.AuthenticationType);
68
_searchObject ??= (UnsafeNativeMethods.IDirectorySearch)
_rootEntry
.AdsObject; // get it only once
177
_rootEntry
.Dispose();
196
return new ResultsEnumerator(this,
_rootEntry
.GetUsername(),
_rootEntry
.GetPassword(),
_rootEntry
.AuthenticationType);