1 write to _inner
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\ValueCollectionEnumerator.cs (1)
73
_inner
= new TrackedCollectionEnumerator<T>("ValueCollectionEnumerator", trackingList, combinedValues);
4 references to _inner
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\ValueCollectionEnumerator.cs (4)
23
return
_inner
.Current;
42
return
_inner
.MoveNext();
53
_inner
.Reset();
64
_inner
.Dispose();