2 writes to _solutionEventMonitor
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
164
_solutionEventMonitor
= new SolutionEventMonitor(globalNotificationService);
294
_solutionEventMonitor
= null;
2 references to _solutionEventMonitor
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
291
if (
_solutionEventMonitor
!= null)
293
_solutionEventMonitor
.Dispose();