1 override of WriteBuffer
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
588public override void WriteBuffer(ulong address, Span<byte> buffer)
4 references to WriteBuffer
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CodeNotifications_1.cs (1)
238_target.WriteBuffer(tablePointer.Value, zeros);
Contracts\Debugger\Debugger_1.cs (2)
267_target.WriteBuffer(remotePtr.Value, record.AsSpan(0, cbSize)); 294_target.WriteBuffer(espOSContext.Value, ctx.GetBytes());
Contracts\Debugger\StackPusher.cs (1)
24target.WriteBuffer(sp.Value, bytes);