2 writes to _passedTests
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
81
public int PassedTests { get => _passedTests; private set =>
_passedTests
= value; }
229
Interlocked.Increment(ref
_passedTests
);
1 reference to _passedTests
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
81
public int PassedTests { get =>
_passedTests
; private set => _passedTests = value; }