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