1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataStackWalk.cs (1)
36
_legacyImpl
= legacyImpl;
14 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataStackWalk.cs (14)
112
if (
_legacyImpl
is not null)
115
int hrLocal =
_legacyImpl
.GetContext(contextFlags, contextBufSize, null, localContextBuf);
139
if (
_legacyImpl
is not null)
142
int hrLocal =
_legacyImpl
.GetFrame(legacyFrameOut);
199
if (
_legacyImpl
is not null)
203
int hrLocal =
_legacyImpl
.GetFrameType(&simpleTypeLocal, &detailedTypeLocal);
231
if (
_legacyImpl
is not null)
234
int hrLocal =
_legacyImpl
.GetStackSizeSkipped(stackSizeSkipped is null ? null : &stackSizeSkippedLocal);
263
if (
_legacyImpl
is not null)
265
int hrLocal =
_legacyImpl
.Next();
316
if (
_legacyImpl
is not null)
321
int hrLocal =
_legacyImpl
.Request(reqCode, inBufferSize, inBuffer, outBufferSize, localOutBufferPtr);
348
if (
_legacyImpl
is not null)
350
int hrLocal =
_legacyImpl
.SetContext(contextSize, context);