3 references to RaiseEvent
Microsoft.CodeAnalysis.Workspaces (1)
Options\GlobalOptionService.cs (1)
229
_optionChanged.
RaiseEvent
(this, new OptionChangedEventArgs(changedOptions));
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
UtilityTest\WeakEventTests.cs (2)
30
e.
RaiseEvent
(sender, 1);
38
e.
RaiseEvent
(sender, 1);