1 write to _asyncServiceProvider
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
34_asyncServiceProvider = (IAsyncServiceProvider)asyncServiceProvider;
1 reference to _asyncServiceProvider
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
45_lazyCodeDefView = await _asyncServiceProvider.GetServiceAsync<SVsCodeDefView, IVsCodeDefView>(_threadingContext.JoinableTaskFactory).ConfigureAwait(true);