2 writes to _totalTests
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
91
public int TotalTests { get => _totalTests; private set =>
_totalTests
= value; }
222
Interlocked.Increment(ref
_totalTests
);
1 reference to _totalTests
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
91
public int TotalTests { get =>
_totalTests
; private set => _totalTests = value; }