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