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