1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (1)
50
_threadingContext
= threadingContext;
4 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (4)
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (4)
76
var shellService = await _serviceProvider.GetServiceAsync<SVsSolution, IVsSolution>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(true);
77
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(
_threadingContext
.DisposalToken);
79
},
_threadingContext
.DisposalToken);