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