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)
426
Enumerator
= values.GetEnumerator();
6 references to Enumerator
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.IXCLRDataProcess.cs (6)
506
if (domains.
Enumerator
.MoveNext())
508
appDomain.Interface = new ClrDataAppDomain(_target, domains.
Enumerator
.Current, legacyAppDomain, _apiLock);
698
if (modules.
Enumerator
.MoveNext())
700
mod.Interface = new ClrDataModule(modules.
Enumerator
.Current.Address, _target, legacyModule, _apiLock);
1738
if (methodDefinitions.
Enumerator
.MoveNext())
1740
MethodDefinitionInfo methodDefinition = methodDefinitions.
Enumerator
.Current;