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)
930if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 968if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 1012if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 1304if ((IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) && e.BuildEventContext.TaskId != BuildEventContext.InvalidTaskId) 1362if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 1457if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId)