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