10 references to CustomBuildEventHandler
dotnet-watch.Tests (1)
CommandLine\BinaryLoggerTests.cs (1)
68public event CustomBuildEventHandler CustomEventRaised { add { } remove { } }
Microsoft.Build (4)
BackEnd\Components\Logging\EventSourceSink.cs (1)
86public event CustomBuildEventHandler? CustomEventRaised;
Logging\BinaryLogger\EventArgsDispatcher.cs (1)
31public event CustomBuildEventHandler CustomEventRaised;
Logging\ReusableLogger.cs (2)
64private CustomBuildEventHandler? _customBuildEventHandler; 205public event CustomBuildEventHandler? CustomEventRaised;
Microsoft.Build.Engine.UnitTests (1)
TerminalLogger_Tests.cs (1)
151public 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;