Implemented interface member:
property
Enumerator
Microsoft.Diagnostics.DataContractReader.Legacy.IEnum<T>.Enumerator
1 write to Enumerator
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
417
Enumerator
= values.GetEnumerator();
6 references to Enumerator
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.IXCLRDataProcess.cs (6)
497
if (domains.
Enumerator
.MoveNext())
499
appDomain.Interface = new ClrDataAppDomain(_target, domains.
Enumerator
.Current, legacyAppDomain, _apiLock);
685
if (modules.
Enumerator
.MoveNext())
687
mod.Interface = new ClrDataModule(modules.
Enumerator
.Current.Address, _target, legacyModule, _apiLock);
1728
if (methodDefinitions.
Enumerator
.MoveNext())
1730
MethodDefinitionInfo methodDefinition = methodDefinitions.
Enumerator
.Current;