Base:
method
Write<T>
Microsoft.Diagnostics.DataContractReader.Target.Write<T>(System.UInt64, T)
4 references to Write
Microsoft.Diagnostics.DataContractReader (4)
ContractDescriptorTarget.cs (4)
489
Write
<ulong>(address, value.Value);
491
Write
<uint>(address, checked((uint)value.Value));
497
Write
<ulong>(address, value.Value);
499
Write
<uint>(address, checked((uint)value.Value));