4 references to UnsafeSetInt64
System.Runtime.Serialization (4)
System\Xml\UniqueID.cs (4)
245
UnsafeSetInt64
(this.idLow, bytes);
246
UnsafeSetInt64
(this.idHigh, &bytes[8]);
325
UnsafeSetInt64
(this.idLow, pb);
326
UnsafeSetInt64
(this.idHigh, &pb[8]);