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