1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodInstance.cs (1)
43
_legacyImpl
= legacyImpl;
26 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (26)
ClrDataMethodInstance.cs (26)
57
if (LegacyFallbackHelper.CanFallback() &&
_legacyImpl
is not null)
60
hrLocal =
_legacyImpl
.GetDefinition(legacyMethodDefinitionOut);
76
if (
_legacyImpl
is not null)
99
if (
_legacyImpl
is not null)
102
int hrLegacy =
_legacyImpl
.GetTokenAndScope(token, legacyModOut);
120
if (
_legacyImpl
is not null)
127
int hrLocal =
_legacyImpl
.GetTokenAndScope(validateToken ? &tokenLocal : null, legacyModOutLocal);
193
if (
_legacyImpl
is not null)
200
hrLocal =
_legacyImpl
.GetName(flags, bufLen, &nameLenLocal, nameBuf is null ? null : pNameBufLocal);
282
if (
_legacyImpl
is not null)
294
hrLocal =
_legacyImpl
.GetILOffsetsByAddress(
386
if (
_legacyImpl
is not null)
392
int hrLocal =
_legacyImpl
.GetAddressRangesByILOffset(
485
if (
_legacyImpl
is not null)
489
int hrLocal =
_legacyImpl
.GetILAddressMap(mapLen, &mapNeededLocal, mapsLocal);
569
if (
_legacyImpl
is not null)
572
int hrLocal =
_legacyImpl
.StartEnumExtents(handle is null ? null : &legacyHandle);
582
_legacyImpl
.EndEnumExtents(legacyHandle);
623
if (
_legacyImpl
is not null && extents is { LegacyHandle: not 0 })
627
int hrLocal =
_legacyImpl
.EnumExtent(&legacyHandle, &extentLocal);
664
if (
_legacyImpl
is not null && legacyHandle != 0)
666
int hrLocal =
_legacyImpl
.EndEnumExtents((ulong)legacyHandle);
699
if (
_legacyImpl
is not null)
702
int hrLocal =
_legacyImpl
.Request(
742
if (
_legacyImpl
is not null)
745
int hrLocal =
_legacyImpl
.GetRepresentativeEntryAddress(&addrLocal);