2 writes to _totalTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
183internal int TotalTestCount { get => _totalTestCount; private set => _totalTestCount = value; } 306Interlocked.Increment(ref _totalTestCount);
1 reference to _totalTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
183internal int TotalTestCount { get => _totalTestCount; private set => _totalTestCount = value; }