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