1 write to _sha
Microsoft.TestPlatform.AdapterUtilities (1)
TestIdProvider.cs (1)
25_sha = SHA1.Create();
4 references to _sha
Microsoft.TestPlatform.AdapterUtilities (4)
TestIdProvider.cs (4)
44_sha.TransformBlock(bytes, 0, bytes.Length, null, 0); 66_sha.TransformBlock(bytes, 0, bytes.Length, null, 0); 85_sha.TransformFinalBlock(Array.Empty<byte>(), 0, 0); 86_hash = _sha.Hash;