1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Implementation\VisualStudioMetadataAsSourceFileSupportService.cs (1)
31
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
Implementation\VisualStudioMetadataAsSourceFileSupportService.cs (2)
37
var solution = await serviceProvider.GetServiceAsync<SVsSolution, IVsSolution>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
38
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);