2 writes to _passedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
185internal int PassedTestCount { get => _passedTestCount; private set => _passedTestCount = value; } 314Interlocked.Increment(ref _passedTestCount);
1 reference to _passedTestCount
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
185internal int PassedTestCount { get => _passedTestCount; private set => _passedTestCount = value; }