2 writes to _solutionEventMonitor
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
114
_solutionEventMonitor
= new SolutionEventMonitor(globalNotificationService);
221
_solutionEventMonitor
= null;
2 references to _solutionEventMonitor
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
218
if (
_solutionEventMonitor
!= null)
220
_solutionEventMonitor
.Dispose();