2 writes to _solutionEventMonitor
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
167
_solutionEventMonitor
= new SolutionEventMonitor(globalNotificationService);
317
_solutionEventMonitor
= null;
2 references to _solutionEventMonitor
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
314
if (
_solutionEventMonitor
!= null)
316
_solutionEventMonitor
.Dispose();