2 writes to _runningDocumentTableEventsCookie
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (2)
147_runningDocumentTableEventsCookie = runningDocumentTableEventsCookie; 169_runningDocumentTableEventsCookie = null;
3 references to _runningDocumentTableEventsCookie
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (3)
138if (_runningDocumentTableEventsCookie.HasValue) 155if (!_runningDocumentTableEventsCookie.HasValue) 168runningDocumentTable.UnadviseRunningDocTableEvents(_runningDocumentTableEventsCookie.Value);