4 references to EqtHash
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (2)
TestIdsLogger.cs (2)
228
EqtHash
.GuidFromString(seed),
229
EqtHash
.GuidFromStringXxHash128(seed));
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestCase.cs (2)
248
TestCaseIdAlgorithm.XxHash128 =>
EqtHash
.GuidFromStringXxHash128(testcaseFullName),
249
TestCaseIdAlgorithm.Sha1 =>
EqtHash
.GuidFromString(testcaseFullName),