2 writes to _restoreContext
MSBuild (2)
TerminalLogger\TerminalLogger.cs (2)
544
_restoreContext
= c;
617
_restoreContext
= null;
6 references to _restoreContext
MSBuild (6)
TerminalLogger\TerminalLogger.cs (6)
533
if (
_restoreContext
is null)
563
if (
_restoreContext
is null)
595
if (c ==
_restoreContext
)
730
if (
_restoreContext
is null && buildEventContext is not null && _projects.TryGetValue(new ProjectContext(buildEventContext), out Project? project))
775
if (
_restoreContext
is null
798
if (
_restoreContext
is null && buildEventContext is not null && e.TaskName == "MSBuild")