2 references to TrackedCollectionEnumerator
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\TrackedCollection.cs (1)
111
return new
TrackedCollectionEnumerator
<T>("TrackedCollectionEnumerator", this, this.combinedValues);
System\DirectoryServices\AccountManagement\ValueCollectionEnumerator.cs (1)
73
_inner = new
TrackedCollectionEnumerator
<T>("ValueCollectionEnumerator", trackingList, combinedValues);