1 write to _hash
Microsoft.TestPlatform.AdapterUtilities (1)
TestIdProviderXxHash128.cs (1)
116private byte[] EnsureHash() => _hash ??= _hasher.GetCurrentHash();
2 references to _hash
Microsoft.TestPlatform.AdapterUtilities (2)
TestIdProviderXxHash128.cs (2)
45if (_hash != null) 64if (_hash != null)