1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioActiveDocumentTracker.cs (1)
54_threadingContext = threadingContext;
8 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (8)
Workspace\VisualStudioActiveDocumentTracker.cs (8)
56_threadingContext.RunWithShutdownBlockAsync(async cancellationToken => 58await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 140_threadingContext.ThrowIfNotOnUIThread(); 165_threadingContext.ThrowIfNotOnUIThread(); 182_threadingContext.ThrowIfNotOnUIThread(); 224_documentTracker._threadingContext.ThrowIfNotOnUIThread(); 287_documentTracker._threadingContext.ThrowIfNotOnUIThread(); 315_documentTracker._threadingContext.ThrowIfNotOnUIThread();