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)
912if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 950if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 994if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 1283if ((IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) && e.BuildEventContext.TaskId != BuildEventContext.InvalidTaskId) 1341if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId) 1436if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) || _showEventId)