19 references to LspServiceMetadataView
Microsoft.CodeAnalysis.EditorFeatures (2)
Microsoft.CodeAnalysis.LanguageServer.Protocol (15)
LspServices\LspServices.cs (9)
20private readonly FrozenDictionary<string, Lazy<ILspService, LspServiceMetadataView>> _lazyMefLspServices;
36ImmutableArray<Lazy<ILspService, LspServiceMetadataView>> mefLspServices,
37ImmutableArray<Lazy<ILspServiceFactory, LspServiceMetadataView>> mefLspServiceFactories,
41var serviceMap = new Dictionary<string, Lazy<ILspService, LspServiceMetadataView>>();
63void AddSpecificService(Lazy<ILspService, LspServiceMetadataView> serviceGetter)
65var metadata = serviceGetter.Metadata;
70void TryAddAnyService(Lazy<ILspService, LspServiceMetadataView> serviceGetter)
72var metadata = serviceGetter.Metadata;
185var metadata = lazyService.Metadata;
Microsoft.VisualStudio.LanguageServices.Xaml (2)