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