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)
112if (_legacyImpl is not null) 115int hrLocal = _legacyImpl.GetContext(contextFlags, contextBufSize, null, localContextBuf); 139if (_legacyImpl is not null) 142int hrLocal = _legacyImpl.GetFrame(legacyFrameOut); 199if (_legacyImpl is not null) 203int hrLocal = _legacyImpl.GetFrameType(&simpleTypeLocal, &detailedTypeLocal); 231if (_legacyImpl is not null) 234int hrLocal = _legacyImpl.GetStackSizeSkipped(stackSizeSkipped is null ? null : &stackSizeSkippedLocal); 263if (_legacyImpl is not null) 265int hrLocal = _legacyImpl.Next(); 316if (_legacyImpl is not null) 321int hrLocal = _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, localOutBufferPtr); 348if (_legacyImpl is not null) 350int hrLocal = _legacyImpl.SetContext(contextSize, context);