3 writes to insertedValue
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\TrackedCollection.cs (1)
158el.insertedValue = o;
System\DirectoryServices\AccountManagement\ValueCollection.cs (2)
239el.insertedValue = value; 322el.insertedValue = value;
11 references to insertedValue
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\TrackedCollection.cs (3)
174if (el.isInserted && el.insertedValue.Equals(value)) 211return this.insertedValue; 255insertedValues.Add(el.insertedValue);
System\DirectoryServices\AccountManagement\TrackedCollectionEnumerator.cs (1)
83_current = el.insertedValue;
System\DirectoryServices\AccountManagement\ValueCollection.cs (7)
206if (el.isInserted && el.insertedValue.Equals(value)) 294GlobalDebug.WriteLineIf(GlobalDebug.Info, "PrincipalValueCollection", "this[{0}].get: is inserted {1}", index, el.insertedValue); 295return el.insertedValue; 447el.insertedValue, 448el.insertedValue.GetType()); 451el.originalValue = new Pair<T, T>(el.insertedValue, el.insertedValue);