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