4 references to MidSizeMaxBytes
System.IO.Hashing (4)
System\IO\Hashing\XxHash128.cs (2)
141if (length <= MidSizeMaxBytes) 175if (_state.TotalLength > MidSizeMaxBytes)
System\IO\Hashing\XxHash3.cs (2)
139if (length <= MidSizeMaxBytes) 176if (_state.TotalLength > MidSizeMaxBytes)