1 write to _current
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (1)
80
_current
= SDSUtils.BuildDirectoryEntry(
4 references to _current
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (4)
85
_current
.RefreshCache(new string[] { _attributeToQuery });
87
_tokenGroupsEnum =
_current
.Properties[_attributeToQuery].GetEnumerator();
92
GlobalDebug.WriteLineIf(GlobalDebug.Info, "TokenGroupSet", "MoveNextLocal: returning primary group {0}",
_current
.Path);
128
_current
?.Dispose();