1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
44
_legacyImpl
= legacyImpl;
30 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (30)
ClrDataMethodDefinition.cs (30)
159
if (
_legacyImpl
is not null)
161
hrLocal =
_legacyImpl
.StartEnumInstances(appDomain, &legacyHandle);
192
if (
_legacyImpl
is not null && legacyHandle != default)
194
_legacyImpl
.EndEnumInstances(legacyHandle);
199
if (
_legacyImpl
is not null)
223
if (
_legacyImpl
is not null)
227
hrLocal =
_legacyImpl
.EnumInstance(&legacyHandle, legacyMethodOut);
247
if (
_legacyImpl
is not null)
259
if (
_legacyImpl
is not null)
284
if (
_legacyImpl
is not null && emi.LegacyHandle != 0)
286
int hrLocal =
_legacyImpl
.EndEnumInstances(emi.LegacyHandle);
342
if (
_legacyImpl
is not null)
349
hrLocal =
_legacyImpl
.GetName(flags, bufLen, &nameLenLocal, name is null ? null : pNameBufLocal);
383
if (
_legacyImpl
is not null)
386
int hrLegacy =
_legacyImpl
.GetTokenAndScope(null, legacyModOut);
401
if (
_legacyImpl
is not null)
408
int hrLocal =
_legacyImpl
.GetTokenAndScope(validateToken ? &tokenLocal : null, legacyModOutLocal);
462
if (
_legacyImpl
is not null)
465
int hrLocal =
_legacyImpl
.StartEnumExtents(handle is null ? null : &legacyHandle);
475
_legacyImpl
.EndEnumExtents(legacyHandle);
516
if (
_legacyImpl
is not null && extents is { LegacyHandle: not 0 })
520
int hrLocal =
_legacyImpl
.EnumExtent(&legacyHandle, &extentLocal);
559
if (
_legacyImpl
is not null && legacyHandle != 0)
561
int hrLocal =
_legacyImpl
.EndEnumExtents((ulong)legacyHandle);
642
if (
_legacyImpl
is not null)
645
int hrLocal =
_legacyImpl
.Request(
680
if (LegacyFallbackHelper.CanFallback() &&
_legacyImpl
is not null)
683
int hrLocal =
_legacyImpl
.GetRepresentativeEntryAddress(addr is null ? null : &addrLocal);
718
if (
_legacyImpl
is not null)
721
int hrLocal =
_legacyImpl
.HasClassOrMethodInstantiation(&bGenericLocal);