1 write to _hash
Microsoft.TestPlatform.AdapterUtilities (1)
TestIdProvider.cs (1)
90
_hash
= _sha.Hash;
5 references to _hash
Microsoft.TestPlatform.AdapterUtilities (5)
TestIdProvider.cs (5)
40
if (
_hash
!= null)
59
if (
_hash
!= null)
83
if (
_hash
!= null)
85
return
_hash
;
92
return
_hash
!;