1 implementation of GetBytes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
46public unsafe byte[] GetBytes()
9 references to GetBytes
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\Debugger\Debugger_1.cs (3)
294_target.WriteBuffer(espOSContext.Value, ctx.GetBytes()); 311espContext = StackPusher.Push(_target, ref sp, ctx.GetBytes(), align: true); 335ctx.GetBytes().AsSpan().CopyTo(context);
Contracts\StackWalk\StackWalk_1.cs (4)
1017return handle.Context.GetBytes(); 1348return context.GetBytes(); 1359return context.GetBytes(); 1367return context.GetBytes();
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (1)
112byte[] seed = funclet.Context.GetBytes();
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2137context = stripped.GetBytes();