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