3 implementations of HaveLoggedBuildStartedEvent
Microsoft.Build (2)
BackEnd\Components\Logging\BuildEventArgTransportSink.cs (1)
62
public bool
HaveLoggedBuildStartedEvent
BackEnd\Components\Logging\EventSourceSink.cs (1)
130
public bool
HaveLoggedBuildStartedEvent
Microsoft.Build.Engine.UnitTests (1)
TerminalLogger_Tests.cs (1)
30
public bool
HaveLoggedBuildStartedEvent
{ get; set; }
1 write to HaveLoggedBuildStartedEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1762
sink.
HaveLoggedBuildStartedEvent
= false;
1 reference to HaveLoggedBuildStartedEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1756
if (!sink.
HaveLoggedBuildStartedEvent
)