4 references to UnsafeSetInt64
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (4)
287UnsafeSetInt64(_idLow, bytes); 288UnsafeSetInt64(_idHigh, &bytes[8]); 369UnsafeSetInt64(_idLow, pb); 370UnsafeSetInt64(_idHigh, &pb[8]);