1 implementation of GetBytes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
46
public unsafe byte[]
GetBytes
()
8 references to GetBytes
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\Debugger\Debugger_1.cs (3)
239
_target.WriteBuffer(espOSContext.Value, ctx.
GetBytes
());
256
espContext = StackPusher.Push(_target, ref sp, ctx.
GetBytes
(), align: true);
280
ctx.
GetBytes
().AsSpan().CopyTo(context);
Contracts\StackWalk\StackWalk_1.cs (4)
996
return handle.Context.
GetBytes
();
1173
return context.
GetBytes
();
1184
return context.
GetBytes
();
1192
return context.
GetBytes
();
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1700
context = stripped.
GetBytes
();