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