7 references to removedValues
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\TrackedCollection.cs (4)
140this.removedValues.Add(el.originalValue.Left); 187this.removedValues.Add(el.originalValue.Left); 266return this.removedValues; 298if (this.removedValues.Count > 0)
System\DirectoryServices\AccountManagement\ValueCollection.cs (3)
276_inner.removedValues.Add(pair.Left); 381_inner.removedValues.Clear(); 437_inner.removedValues.Clear();