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