1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
34
_legacyImpl
= legacyImpl;
8 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataFrame.cs (8)
109
if (
_legacyImpl
is not null)
112
hrLegacy =
_legacyImpl
.GetAppDomain(legacyAppDomainOut);
193
if (
_legacyImpl
is not null)
196
hrLegacy =
_legacyImpl
.GetArgumentByIndex(index, legacyArgOut, bufLen, null, null);
317
if (
_legacyImpl
is not null)
320
hrLegacy =
_legacyImpl
.GetLocalVariableByIndex(index, legacyLocalOut, bufLen, null, null);
389
if (
_legacyImpl
is not null)
392
hrLocal =
_legacyImpl
.GetMethodInstance(legacyMethodOut);