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