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); 116private byte[] EnsureHash() => _hash ??= _hasher.GetCurrentHash();