3 writes to _failedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
TrxLogger.cs (3)
238
internal int FailedTestCount { get => _failedTestCount; private set =>
_failedTestCount
= value; }
365
Interlocked.Increment(ref
_failedTestCount
);
382
Interlocked.Decrement(ref
_failedTestCount
);
1 reference to _failedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
238
internal int FailedTestCount { get =>
_failedTestCount
; private set => _failedTestCount = value; }