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