1 implementation of FillFromBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
32
public unsafe void
FillFromBuffer
(Span<byte> buffer)
11 references to FillFromBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
915
context.
FillFromBuffer
(bytes);
Microsoft.Diagnostics.DataContractReader.Legacy (10)
ClrDataFrame.cs (3)
82
contextStruct.
FillFromBuffer
(contextBuf);
83
localContextStruct.
FillFromBuffer
(localContextBuf);
847
platformContext.
FillFromBuffer
(context);
ClrDataStackWalk.cs (2)
76
contextStruct.
FillFromBuffer
(contextBuf);
77
localContextStruct.
FillFromBuffer
(localContextBuf);
Dbi\DacDbiImpl.cs (4)
1127
leafCtx.
FillFromBuffer
(leafContext);
1131
givenCtx.
FillFromBuffer
(new Span<byte>(pContext, leafContext.Length));
1182
contextStruct.
FillFromBuffer
(new Span<byte>(pContextBuffer, (int)contextSize));
1183
localContextStruct.
FillFromBuffer
(localContextBuf);
SOSDacImpl.cs (1)
2230
context.
FillFromBuffer
(new Span<byte>(ctx, (int)context.Size));