2 references to CheckIfRunningTests
Microsoft.Build.Tasks.Core (2)
BuildEnvironmentHelper.cs (2)
479
s_runningTests = runningTests ??
CheckIfRunningTests
;
497
private static Func<bool> s_runningTests =
CheckIfRunningTests
;