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