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