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