2 writes to _runningDocumentTableEventsCookie
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (2)
153_runningDocumentTableEventsCookie = runningDocumentTableEventsCookie; 175_runningDocumentTableEventsCookie = null;
3 references to _runningDocumentTableEventsCookie
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (3)
144if (_runningDocumentTableEventsCookie.HasValue) 161if (!_runningDocumentTableEventsCookie.HasValue) 174runningDocumentTable.UnadviseRunningDocTableEvents(_runningDocumentTableEventsCookie.Value);