1 write to _sha
Microsoft.TestPlatform.AdapterUtilities (1)
TestIdProvider.cs (1)
29_sha = SHA1.Create();
4 references to _sha
Microsoft.TestPlatform.AdapterUtilities (4)
TestIdProvider.cs (4)
48_sha.TransformBlock(bytes, 0, bytes.Length, null, 0); 70_sha.TransformBlock(bytes, 0, bytes.Length, null, 0); 89_sha.TransformFinalBlock(Array.Empty<byte>(), 0, 0); 90_hash = _sha.Hash;