1 write to runningWithCharacterFileType
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
265
runningWithCharacterFileType
= NativeMethodsShared.IsWindows && ConsoleConfiguration.OutputIsScreen;
2 references to runningWithCharacterFileType
Microsoft.Build (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
83
if (
runningWithCharacterFileType
)
711
if (NumberOfProcessors == 1 &&
runningWithCharacterFileType
)