9 references to CustomBuildEventHandler
Microsoft.Build (4)
BackEnd\Components\Logging\EventSourceSink.cs (1)
83
public event
CustomBuildEventHandler
? CustomEventRaised;
Definition\ProjectCollection.cs (2)
1875
private
CustomBuildEventHandler
_customBuildEventHandler;
2014
public event
CustomBuildEventHandler
CustomEventRaised;
Logging\BinaryLogger\EventArgsDispatcher.cs (1)
31
public event
CustomBuildEventHandler
CustomEventRaised;
Microsoft.Build.CommandLine.UnitTests (1)
TerminalLogger_Tests.cs (1)
98
public event
CustomBuildEventHandler
? CustomEventRaised;
Microsoft.Build.Framework (2)
IEventSource.cs (2)
155
event
CustomBuildEventHandler
CustomEventRaised;
300
public static void HandleCustomEventRaised(this IEventSource eventSource,
CustomBuildEventHandler
handler)
Microsoft.Build.Utilities.Core (2)
MuxLogger.cs (2)
405
private
CustomBuildEventHandler
_customBuildEventHandler;
536
public event
CustomBuildEventHandler
CustomEventRaised;