4 references to HashLengthInBytes
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (4)
43public XxHash128(long seed) : base(HashLengthInBytes) 79byte[] result = new byte[HashLengthInBytes]; 89/// <exception cref="ArgumentException"><paramref name="destination"/> is shorter than <see cref="HashLengthInBytes"/> (16 bytes).</exception> 112bytesWritten = HashLengthInBytes;