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