13 references to _removedValuesPending
System.DirectoryServices.AccountManagement (13)
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (13)
49
_removedValuesPending
,
181
_removedValuesPending
,
219
_removedValuesPending
,
256
if (
_removedValuesPending
.Contains(principal))
260
_removedValuesPending
.Remove(principal);
338
_removedValuesPending
.Clear();
424
_removedValuesPending
.Add(principal);
483
_removedValuesPending
,
523
if (_removedValuesCompleted.Contains(principal) ||
_removedValuesPending
.Contains(principal))
718
return
_removedValuesPending
;
736
return ((_insertedValuesPending.Count > 0) || (
_removedValuesPending
.Count > 0) || (_clearPending));
745
foreach (Principal p in
_removedValuesPending
)
751
_removedValuesPending
.Clear();