4 writes to isInserted
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\TrackedCollection.cs (1)
157
el.
isInserted
= true;
System\DirectoryServices\AccountManagement\ValueCollection.cs (3)
238
el.
isInserted
= true;
391
el.
isInserted
= false;
450
el.
isInserted
= false;
14 references to isInserted
System.DirectoryServices.AccountManagement (14)
System\DirectoryServices\AccountManagement\TrackedCollection.cs (7)
138
if (!el.
isInserted
)
174
if (el.
isInserted
&& el.insertedValue.Equals(value))
182
if (!el.
isInserted
&& el.originalValue.Right.Equals(value))
210
if (this.
isInserted
)
254
if (el.
isInserted
)
278
if (!el.
isInserted
)
305
if (el.
isInserted
)
System\DirectoryServices\AccountManagement\TrackedCollectionEnumerator.cs (1)
80
if (el.
isInserted
)
System\DirectoryServices\AccountManagement\ValueCollection.cs (6)
206
if (el.
isInserted
&& el.insertedValue.Equals(value))
212
if (!el.
isInserted
&& el.originalValue.Right.Equals(value))
264
if (el.
isInserted
)
292
if (el.
isInserted
)
319
if (el.
isInserted
)
441
if (el.
isInserted
)