1 write to _hasher
Microsoft.TestPlatform.AdapterUtilities (1)
TestIdProviderXxHash128.cs (1)
34
_hasher
= new XxHash128();
3 references to _hasher
Microsoft.TestPlatform.AdapterUtilities (3)
TestIdProviderXxHash128.cs (3)
53
_hasher
.Append(bytes);
75
_hasher
.Append(bytes);
116
private byte[] EnsureHash() => _hash ??=
_hasher
.GetCurrentHash();