1 implementation of FillFromBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
33public unsafe void FillFromBuffer(Span<byte> buffer)
10 references to FillFromBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Debugger\Debugger_1.cs (1)
277ctx.FillFromBuffer(context);
Contracts\StackWalk\StackWalk_1.cs (2)
208context.FillFromBuffer(contextBuffer); 1399context.FillFromBuffer(bytes);
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataFrame.cs (1)
933platformContext.FillFromBuffer(context);
Dbi\DacDbiImpl.cs (5)
1297context.FillFromBuffer(contextBytes); 2043ctx.FillFromBuffer(new Span<byte>(pContext, (int)ctx.Size)); 2213stripped.FillFromBuffer(context); 2592leafCtx.FillFromBuffer(leafContext); 2596givenCtx.FillFromBuffer(new Span<byte>(pContext, leafContext.Length));
SOSDacImpl.cs (1)
2311context.FillFromBuffer(new Span<byte>(ctx, (int)context.Size));