1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTask.cs (1)
26
_legacyImpl
= legacyImpl;
9 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataTask.cs (9)
41
if (
_legacyImpl
is not null)
44
hrLocal =
_legacyImpl
.GetCurrentAppDomain(legacyOut);
110
if (
_legacyImpl
is not null)
113
hrLocal =
_legacyImpl
.CreateStackWalk(flags, legacyStackWalkOut);
120
if (
_legacyImpl
is not null)
151
if (
_legacyImpl
is not null)
154
hrLocal =
_legacyImpl
.GetCurrentExceptionState(legacyExceptionStateOut);
238
if (
_legacyImpl
is not null)
241
hrLocal =
_legacyImpl
.GetLastExceptionState(legacyExceptionStateOut);