4 references to MidSizeMaxBytes
System.IO.Hashing (4)
System\IO\Hashing\XxHash128.cs (2)
151if (length <= MidSizeMaxBytes) 185if (_state.TotalLength > MidSizeMaxBytes)
System\IO\Hashing\XxHash3.cs (2)
149if (length <= MidSizeMaxBytes) 186if (_state.TotalLength > MidSizeMaxBytes)