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