2 writes to _failedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
187
internal int FailedTestCount { get => _failedTestCount; private set =>
_failedTestCount
= value; }
310
Interlocked.Increment(ref
_failedTestCount
);
1 reference to _failedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
187
internal int FailedTestCount { get =>
_failedTestCount
; private set => _failedTestCount = value; }