1 write to _runningTests
MSBuildTaskHost (1)
BuildEnvironmentHelper.cs (1)
402_runningTests = (bool)runningTestsField.GetValue(null);
5 references to _runningTests
MSBuildTaskHost (5)
BuildEnvironmentHelper.cs (5)
384if (_runningTests != null) 386return _runningTests.Value; 391if (_runningTests != null) 393return _runningTests.Value; 404return _runningTests.Value;