2 references to WriteUInt64LE
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (2)
513
WriteUInt64LE
(destinationSecret + i, ReadUInt64LE(defaultSecret + i) + seed);
514
WriteUInt64LE
(destinationSecret + i + 8, ReadUInt64LE(defaultSecret + i + 8) - seed);