3 references to RaiseEvent
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (1)
765
handlerSet.
RaiseEvent
(args, shouldRaise);
Workspace\Workspace_Events.cs (2)
113
immediateHandlerSet.
RaiseEvent
(args, shouldRaiseEvent: static option => true);
132
handlerSet.
RaiseEvent
(args, shouldRaiseEvent: static option => true);