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)
144
if (
_runningDocumentTableEventsCookie
.HasValue)
161
if (!
_runningDocumentTableEventsCookie
.HasValue)
174
runningDocumentTable.UnadviseRunningDocTableEvents(
_runningDocumentTableEventsCookie
.Value);