2 writes to _clearPending
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (2)
344
_clearPending
= true;
766
_clearPending
= false;
4 references to _clearPending
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (4)
530
if (
_clearPending
|| _clearCompleted)
726
return
_clearPending
;
736
return ((_insertedValuesPending.Count > 0) || (_removedValuesPending.Count > 0) || (
_clearPending
));
761
if (
_clearPending
)