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