1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodInstance.cs (1)
47
_legacyImpl
= legacyImpl;
26 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (26)
ClrDataMethodInstance.cs (26)
66
if (LegacyFallbackHelper.CanFallback() &&
_legacyImpl
is not null)
69
hrLocal =
_legacyImpl
.GetDefinition(legacyMethodDefinitionOut);
85
if (
_legacyImpl
is not null)
109
if (
_legacyImpl
is not null)
112
int hrLegacy =
_legacyImpl
.GetTokenAndScope(token, legacyModOut);
130
if (
_legacyImpl
is not null)
137
int hrLocal =
_legacyImpl
.GetTokenAndScope(validateToken ? &tokenLocal : null, legacyModOutLocal);
204
if (
_legacyImpl
is not null)
211
hrLocal =
_legacyImpl
.GetName(flags, bufLen, &nameLenLocal, nameBuf is null ? null : pNameBufLocal);
314
if (
_legacyImpl
is not null)
326
hrLocal =
_legacyImpl
.GetILOffsetsByAddress(
419
if (
_legacyImpl
is not null)
425
int hrLocal =
_legacyImpl
.GetAddressRangesByILOffset(
519
if (
_legacyImpl
is not null)
523
int hrLocal =
_legacyImpl
.GetILAddressMap(mapLen, &mapNeededLocal, mapsLocal);
604
if (
_legacyImpl
is not null)
607
int hrLocal =
_legacyImpl
.StartEnumExtents(handle is null ? null : &legacyHandle);
617
_legacyImpl
.EndEnumExtents(legacyHandle);
659
if (
_legacyImpl
is not null && extents is { LegacyHandle: not 0 })
663
int hrLocal =
_legacyImpl
.EnumExtent(&legacyHandle, &extentLocal);
701
if (
_legacyImpl
is not null && legacyHandle != 0)
703
int hrLocal =
_legacyImpl
.EndEnumExtents((ulong)legacyHandle);
737
if (
_legacyImpl
is not null)
740
int hrLocal =
_legacyImpl
.Request(
781
if (
_legacyImpl
is not null)
784
int hrLocal =
_legacyImpl
.GetRepresentativeEntryAddress(&addrLocal);