4 references to MidSizeMaxBytes
System.IO.Hashing (4)
System\IO\Hashing\XxHash128.cs (2)
144if (length <= MidSizeMaxBytes) 178if (_state.TotalLength > MidSizeMaxBytes)
System\IO\Hashing\XxHash3.cs (2)
142if (length <= MidSizeMaxBytes) 179if (_state.TotalLength > MidSizeMaxBytes)