1 implementation of GetBytes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
46
public 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
());
311
espContext = StackPusher.Push(_target, ref sp, ctx.
GetBytes
(), align: true);
335
ctx.
GetBytes
().AsSpan().CopyTo(context);
Contracts\StackWalk\StackWalk_1.cs (4)
1017
return handle.Context.
GetBytes
();
1348
return context.
GetBytes
();
1359
return context.
GetBytes
();
1367
return context.
GetBytes
();
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (1)
112
byte[] seed = funclet.Context.
GetBytes
();
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2137
context = stripped.
GetBytes
();