2 writes to _activeTestApplications
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\TestRunPolicy.cs (2)
88
_activeTestApplications
++;
125
_activeTestApplications
--;
4 references to _activeTestApplications
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\TestRunPolicy.cs (4)
89
if (
_activeTestApplications
== 1 &&
120
if (
_activeTestApplications
<= 0)
126
if (
_activeTestApplications
== 0 && _timer is not null)
192
if (
_activeTestApplications
> 0 && !_disposed)