2 writes to _solutionEventMonitor
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
165
_solutionEventMonitor
= new SolutionEventMonitor(globalNotificationService);
295
_solutionEventMonitor
= null;
2 references to _solutionEventMonitor
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
292
if (
_solutionEventMonitor
!= null)
294
_solutionEventMonitor
.Dispose();