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