1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
48
_legacyImpl
= legacyImpl;
10 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (10)
ClrDataMethodDefinition.cs (10)
166
if (
_legacyImpl
is not null)
168
hrLocal =
_legacyImpl
.StartEnumInstances(appDomain, &legacyHandle);
199
if (
_legacyImpl
is not null && legacyHandle != default)
201
_legacyImpl
.EndEnumInstances(legacyHandle);
230
if (
_legacyImpl
is not null)
234
hrLocal =
_legacyImpl
.EnumInstance(&legacyHandle, legacyMethodOut);
283
if (
_legacyImpl
is not null && emi.LegacyHandle != 0)
285
int hrLocal =
_legacyImpl
.EndEnumInstances(emi.LegacyHandle);
385
if (
_legacyImpl
is not null)
388
int hrLegacy =
_legacyImpl
.GetTokenAndScope(null, legacyModOut);