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 =>
58
await
_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();