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