1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteLanguageServiceWorkspace.cs (1)
99
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.LiveShare (3)
Client\RemoteLanguageServiceWorkspace.cs (3)
247
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(CancellationToken.None);
412
_threadingContext
.JoinableTaskFactory.Run(async () =>
497
var textBuffer =
_threadingContext
.JoinableTaskFactory.Run(async () =>