6 writes to _returnedPrimaryGroup
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (6)
71
_returnedPrimaryGroup
= true; // so we don't bother trying to return the primary group
110
_returnedPrimaryGroup
= true; // so we don't bother trying to return the primary group
226
_returnedPrimaryGroup
= true;
950
_returnedPrimaryGroup
= false;
1073
_returnedPrimaryGroup
= false;
1135
_returnedPrimaryGroup
= adBookmark.returnedPrimaryGroup;
2 references to _returnedPrimaryGroup
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (2)
172
if (!
_returnedPrimaryGroup
)
1070
bookmark.returnedPrimaryGroup =
_returnedPrimaryGroup
;