2 references to CheckIfRunningTests
MSBuild (2)
BuildEnvironmentHelper.cs (2)
485
s_runningTests = runningTests ??
CheckIfRunningTests
;
505
private static Func<bool> s_runningTests =
CheckIfRunningTests
;