3 references to CustomEventRaised
Microsoft.Build.Framework (3)
IEventSource.cs (3)
296
/// Helper method ensuring single deduplicated subscription to the <see cref="IEventSource.
CustomEventRaised
"/> event.
302
eventSource.
CustomEventRaised
-= handler;
303
eventSource.
CustomEventRaised
+= handler;