2 writes to _runningDocumentTableEventsCookie
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (2)
161_runningDocumentTableEventsCookie = runningDocumentTableEventsCookie; 183_runningDocumentTableEventsCookie = null;
3 references to _runningDocumentTableEventsCookie
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (3)
154if (_runningDocumentTableEventsCookie.HasValue) 170if (!_runningDocumentTableEventsCookie.HasValue) 182_runningDocumentTable.UnadviseRunningDocTableEvents(_runningDocumentTableEventsCookie.Value);