4 references to UnsafeGetInt64
System.Runtime.Serialization (4)
System\Xml\UniqueID.cs (4)
71
this.idLow =
UnsafeGetInt64
(pb);
72
this.idHigh =
UnsafeGetInt64
(&pb[8]);
215
this.idLow =
UnsafeGetInt64
(bytes);
216
this.idHigh =
UnsafeGetInt64
(&bytes[8]);