10 references to BuildStartedEventHandler
Microsoft.Build (4)
BackEnd\Components\Logging\EventSourceSink.cs (1)
43
public event
BuildStartedEventHandler
? BuildStarted;
Definition\ProjectCollection.cs (2)
1870
private
BuildStartedEventHandler
_buildStartedEventHandler;
1969
public event
BuildStartedEventHandler
BuildStarted;
Logging\BinaryLogger\EventArgsDispatcher.cs (1)
36
public event
BuildStartedEventHandler
BuildStarted;
Microsoft.Build.CommandLine.UnitTests (1)
TerminalLogger_Tests.cs (1)
82
public event
BuildStartedEventHandler
? BuildStarted;
Microsoft.Build.Framework (2)
IEventSource.cs (2)
115
event
BuildStartedEventHandler
BuildStarted;
211
public static void HandleBuildStarted(this IEventSource eventSource,
BuildStartedEventHandler
handler)
Microsoft.Build.Utilities.Core (3)
MuxLogger.cs (3)
73
private readonly
BuildStartedEventHandler
_buildStartedEventHandler;
400
private
BuildStartedEventHandler
_buildStartedEventHandler;
496
public event
BuildStartedEventHandler
BuildStarted;