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