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(); 92GlobalDebug.WriteLineIf(GlobalDebug.Info, "TokenGroupSet", "MoveNextLocal: returning primary group {0}", _current.Path); 128_current?.Dispose();