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