1 implementation of FillFromBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
33
public unsafe void
FillFromBuffer
(Span<byte> buffer)
17 references to FillFromBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\StackWalk_1.cs (3)
196
context.
FillFromBuffer
(contextBuffer);
1010
adjusted.
FillFromBuffer
(bytes);
1244
context.
FillFromBuffer
(bytes);
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataFrame.cs (3)
82
contextStruct.
FillFromBuffer
(contextBuf);
83
localContextStruct.
FillFromBuffer
(localContextBuf);
844
platformContext.
FillFromBuffer
(context);
ClrDataStackWalk.cs (2)
97
contextStruct.
FillFromBuffer
(contextBuf);
98
localContextStruct.
FillFromBuffer
(localContextBuf);
Dbi\DacDbiImpl.cs (8)
1314
cdacCtx.
FillFromBuffer
(new Span<byte>(cdac.ToArray()));
1315
dacCtx.
FillFromBuffer
(new Span<byte>(legacy.ToArray()));
1450
stripped.
FillFromBuffer
(context);
1581
ctx.
FillFromBuffer
(new Span<byte>(pContext, (int)ctx.Size));
1857
leafCtx.
FillFromBuffer
(leafContext);
1861
givenCtx.
FillFromBuffer
(new Span<byte>(pContext, leafContext.Length));
1913
contextStruct.
FillFromBuffer
(new Span<byte>(pContextBuffer, (int)contextSize));
1914
localContextStruct.
FillFromBuffer
(localContextBuf);
SOSDacImpl.cs (1)
2208
context.
FillFromBuffer
(new Span<byte>(ctx, (int)context.Size));