1 write to Id
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (1)
TestIdRecord.cs (1)
58Id = id;
6 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (6)
TestIdRecord.cs (3)
100/// Where <see cref="Id"/> came from, decided by comparing it against the two candidates. 103=> Id == Sha1Id ? TestIdSource.Sha1 104: Id == XxHash128Id ? TestIdSource.XxHash128
TestIdReportWriter.cs (1)
63AppendField(row, Format(record.Id));
TestIdsLogger.cs (2)
244=> string.Join("\u0000", new[] { record.Source, record.ExecutorUri, record.FullyQualifiedName, record.Id.ToString("d", CultureInfo.InvariantCulture) }); 303.ThenBy(r => r.Id.ToString("d", CultureInfo.InvariantCulture), StringComparer.Ordinal)