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)
378
Enumerator
= values.GetEnumerator();
6 references to Enumerator
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.IXCLRDataProcess.cs (6)
456
if (domains.
Enumerator
.MoveNext())
458
appDomain.Interface = new ClrDataAppDomain(_target, domains.
Enumerator
.Current, legacyAppDomain);
628
if (modules.
Enumerator
.MoveNext())
630
mod.Interface = new ClrDataModule(modules.
Enumerator
.Current.Address, _target, legacyModule);
1611
if (methodDefinitions.
Enumerator
.MoveNext())
1613
MethodDefinitionInfo methodDefinition = methodDefinitions.
Enumerator
.Current;