1 write to _source
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
ObjectModel\TestResultCollection.cs (1)
24
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)
32
get =>
_source
;
42
get =>
_source
.GetHashCode();