2 instantiations of 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);
1 reference to TrackedCollectionEnumerator
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\ValueCollectionEnumerator.cs (1)
80
private readonly
TrackedCollectionEnumerator
<T> _inner;