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)
138
if (
_runningDocumentTableEventsCookie
.HasValue)
155
if (!
_runningDocumentTableEventsCookie
.HasValue)
168
runningDocumentTable.UnadviseRunningDocTableEvents(
_runningDocumentTableEventsCookie
.Value);