1 write to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestId.cs (1)
43
Id
= id;
11 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (11)
ObjectModel\TestId.cs (7)
71
helper.SaveGuid(element, idLocation,
Id
);
123
return other is not null &&
Id
== other.
Id
;
146
return
Id
.GetHashCode();
195
return other == null ? throw new ArgumentNullException(nameof(other)) :
Id
.CompareTo(other.
Id
);
230
string s =
Id
.ToString("B");
TrxLogger.cs (4)
664
if (!orderedTest.TestLinks.ContainsKey(testElement.Id.
Id
))
666
orderedTest.TestLinks.Add(testElement.Id.
Id
, new TestLink(testElement.Id.
Id
, testElement.Name, testElement.Storage));
688
var testResult = _converter.ToTestResult(testElement.Id.
Id
, executionId, parentExecutionId, testElement.Name,