1 implementation of GetBytes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
46
public unsafe byte[]
GetBytes
()
6 references to GetBytes
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\StackWalk\StackWalk_1.cs (5)
1003
byte[] bytes = handle.Context.
GetBytes
();
1013
bytes = adjusted.
GetBytes
();
1193
return context.
GetBytes
();
1204
return context.
GetBytes
();
1212
return context.
GetBytes
();
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1452
context = stripped.
GetBytes
();