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