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