2 writes to _showEventId
Microsoft.Build (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
149_showEventId = true; 166_showEventId = false;
6 references to _showEventId
Microsoft.Build (6)
Logging\ParallelLogger\ParallelConsoleLogger.cs (6)
911if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 949if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 993if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 1282if ((IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) && e.BuildEventContext.TaskId != BuildEventContext.InvalidTaskId) 1340if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 1451if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId)