1 write to _source
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
ObjectModel\TestResultCollection.cs (1)
18
public TestResultCollection(string source) =>
_source
= source ?? throw new ArgumentNullException(nameof(source));
2 references to _source
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
ObjectModel\TestResultCollection.cs (2)
26
get =>
_source
;
36
get =>
_source
.GetHashCode();