2 writes to _passedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
185
internal int PassedTestCount { get => _passedTestCount; private set =>
_passedTestCount
= value; }
314
Interlocked.Increment(ref
_passedTestCount
);
1 reference to _passedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
185
internal int PassedTestCount { get =>
_passedTestCount
; private set => _passedTestCount = value; }