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