1 write to Services
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
114
Services
= services;
2 references to Services
Microsoft.VisualStudio.LanguageServices (2)
Remote\VisualStudioRemoteHostClientProvider.cs (2)
139
var client = await ServiceHubRemoteHostClient.CreateAsync(
Services
, configuration, localSettingsDirectory, _listenerProvider, serviceBroker, _callbackDispatchers, _threadingContext.DisposalToken).ConfigureAwait(false);
142
_ = brokeredServiceContainer.Proffer(SolutionAssetProvider.ServiceDescriptor, (_, _, _, _) => ValueTaskFactory.FromResult<object?>(new SolutionAssetProvider(
Services
)));