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