1 implementation of FillFromBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
33
public unsafe void
FillFromBuffer
(Span<byte> buffer)
12 references to FillFromBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1012
context.
FillFromBuffer
(bytes);
Microsoft.Diagnostics.DataContractReader.Legacy (11)
ClrDataFrame.cs (3)
82
contextStruct.
FillFromBuffer
(contextBuf);
83
localContextStruct.
FillFromBuffer
(localContextBuf);
847
platformContext.
FillFromBuffer
(context);
ClrDataStackWalk.cs (2)
97
contextStruct.
FillFromBuffer
(contextBuf);
98
localContextStruct.
FillFromBuffer
(localContextBuf);
Dbi\DacDbiImpl.cs (5)
1264
ctx.
FillFromBuffer
(new Span<byte>((void*)pContext, (int)ctx.Size));
1511
leafCtx.
FillFromBuffer
(leafContext);
1515
givenCtx.
FillFromBuffer
(new Span<byte>(pContext, leafContext.Length));
1567
contextStruct.
FillFromBuffer
(new Span<byte>(pContextBuffer, (int)contextSize));
1568
localContextStruct.
FillFromBuffer
(localContextBuf);
SOSDacImpl.cs (1)
2230
context.
FillFromBuffer
(new Span<byte>(ctx, (int)context.Size));