2 writes to showEventId
Microsoft.Build.Engine (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
120showEventId = true; 137showEventId = false;
6 references to showEventId
Microsoft.Build.Engine (6)
Logging\ParallelLogger\ParallelConsoleLogger.cs (6)
753if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || showEventId) 790if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || showEventId) 834if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || showEventId) 1061if ((IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || showEventId) && e.BuildEventContext.TaskId != BuildEventContext.InvalidTaskId) 1121if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || showEventId) 1270if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || showEventId)