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)
911
if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) ||
_showEventId
)
949
if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) ||
_showEventId
)
993
if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) ||
_showEventId
)
1282
if ((IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) ||
_showEventId
) && e.BuildEventContext.TaskId != BuildEventContext.InvalidTaskId)
1340
if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) ||
_showEventId
)
1451
if (IsVerbosityAtLeast(LoggerVerbosity.Diagnostic) ||
_showEventId
)