2 references to ReadUInt32LE
Microsoft.CodeAnalysis (2)
Hashing\XxHash128.cs (2)
288
uint inputLo =
ReadUInt32LE
(source);
289
uint inputHi =
ReadUInt32LE
(source + length - 4);