1 write to _runningTests
Microsoft.Build (1)
BuildEnvironmentHelper.cs (1)
401
_runningTests
= (bool)runningTestsField.GetValue(null);
5 references to _runningTests
Microsoft.Build (5)
BuildEnvironmentHelper.cs (5)
383
if (
_runningTests
!= null)
385
return
_runningTests
.Value;
390
if (
_runningTests
!= null)
392
return
_runningTests
.Value;
403
return
_runningTests
.Value;