Base:
method
Write<T>
Microsoft.Diagnostics.DataContractReader.Target.Write<T>(System.UInt64, T)
4 references to Write
Microsoft.Diagnostics.DataContractReader (4)
ContractDescriptorTarget.cs (4)
527
Write
<ulong>(address, value.Value);
529
Write
<uint>(address, checked((uint)value.Value));
535
Write
<ulong>(address, value.Value);
537
Write
<uint>(address, checked((uint)value.Value));