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)
154
if (
_runningDocumentTableEventsCookie
.HasValue)
170
if (!
_runningDocumentTableEventsCookie
.HasValue)
182
_runningDocumentTable.UnadviseRunningDocTableEvents(
_runningDocumentTableEventsCookie
.Value);