1 write to _attributeToQuery
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (1)
23_attributeToQuery = readDomainGroups ? "tokenGroups" : "tokenGroupsGlobalAndUniversal";
2 references to _attributeToQuery
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (2)
85_current.RefreshCache(new string[] { _attributeToQuery }); 87_tokenGroupsEnum = _current.Properties[_attributeToQuery].GetEnumerator();