3 writes to _passedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
TrxLogger.cs (3)
210
internal int PassedTestCount { get => _passedTestCount; private set =>
_passedTestCount
= value; }
344
Interlocked.Increment(ref
_passedTestCount
);
361
Interlocked.Decrement(ref
_passedTestCount
);
1 reference to _passedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
210
internal int PassedTestCount { get =>
_passedTestCount
; private set => _passedTestCount = value; }