1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteLanguageServiceWorkspace.cs (1)
92_threadingContext = threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.LiveShare (2)
Client\RemoteLanguageServiceWorkspace.cs (2)
231await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(CancellationToken.None); 396_threadingContext.JoinableTaskFactory.Run(async () =>