1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataValue.cs (1)
39
_legacyImpl
= legacyImpl;
12 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (12)
ClrDataValue.cs (12)
70
if (
_legacyImpl
is not null)
73
int hrLocal =
_legacyImpl
.GetFlags(&flagsLocal);
102
if (
_legacyImpl
is not null)
105
int hrLocal =
_legacyImpl
.GetAddress(&addressLocal);
134
if (
_legacyImpl
is not null)
137
int hrLocal =
_legacyImpl
.GetSize(&sizeLocal);
189
if (
_legacyImpl
is not null)
196
hrLocal =
_legacyImpl
.GetBytes(bufLen, &legacyDataSize, pLegacy);
318
if (
_legacyImpl
is not null)
321
int hrLocal =
_legacyImpl
.GetNumLocations(&numLocsLocal);
352
if (
_legacyImpl
is not null)
356
int hrLocal =
_legacyImpl
.GetLocationByIndex(loc, &flagsLocal, &argLocal);