1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataStackWalk.cs (1)
31
_legacyImpl
= legacyImpl;
14 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataStackWalk.cs (14)
95
if (
_legacyImpl
is not null)
98
int hrLocal =
_legacyImpl
.GetContext(contextFlags, contextBufSize, null, localContextBuf);
121
if (
_legacyImpl
is not null)
124
int hrLocal =
_legacyImpl
.GetFrame(legacyFrameOut);
180
if (
_legacyImpl
is not null)
184
int hrLocal =
_legacyImpl
.GetFrameType(&simpleTypeLocal, &detailedTypeLocal);
199
=> LegacyFallbackHelper.CanFallback() &&
_legacyImpl
is not null ?
_legacyImpl
.GetStackSizeSkipped(stackSizeSkipped) : HResults.E_NOTIMPL;
217
if (
_legacyImpl
is not null)
219
int hrLocal =
_legacyImpl
.Next();
269
if (
_legacyImpl
is not null)
274
int hrLocal =
_legacyImpl
.Request(reqCode, inBufferSize, inBuffer, outBufferSize, localOutBufferPtr);
300
if (
_legacyImpl
is not null)
302
int hrLocal =
_legacyImpl
.SetContext(contextSize, context);