5 references to TestIdSource
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (5)
TestIdRecord.cs (4)
102public TestIdSource IdSource 103=> Id == Sha1Id ? TestIdSource.Sha1 104: Id == XxHash128Id ? TestIdSource.XxHash128 105: TestIdSource.SelfAssigned;
TestIdsLogger.cs (1)
50/// reported as <see cref="TestIdSource.SelfAssigned"/> rather than being quietly presented as though