4 references to UnsafeGetInt64
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (4)
96_idLow = UnsafeGetInt64(pb); 97_idHigh = UnsafeGetInt64(&pb[8]); 255_idLow = UnsafeGetInt64(bytes); 256_idHigh = UnsafeGetInt64(&bytes[8]);