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. 302eventSource.CustomEventRaised -= handler; 303eventSource.CustomEventRaised += handler;