7 references to ImportMany
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptLspServiceProvider.cs (1)
18
[
ImportMany
(ProtocolConstants.TypeScriptLanguageContract)] IEnumerable<Lazy<ILspServiceFactory, LspServiceMetadataView>> lspServiceFactories) : AbstractLspServiceProvider(lspServices, lspServiceFactories)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\RoslynLspServiceProvider.cs (2)
18
[
ImportMany
(ProtocolConstants.RoslynLspLanguagesContract)] IEnumerable<Lazy<ILspService, LspServiceMetadataView>> lspServices,
19
[
ImportMany
(ProtocolConstants.RoslynLspLanguagesContract)] IEnumerable<Lazy<ILspServiceFactory, LspServiceMetadataView>> lspServiceFactories)
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\XamlLspServiceProvider.cs (2)
20
[
ImportMany
(StringConstants.XamlLspLanguagesContract)] IEnumerable<Lazy<ILspService, LspServiceMetadataView>> lspServices,
21
[
ImportMany
(StringConstants.XamlLspLanguagesContract)] IEnumerable<Lazy<ILspServiceFactory, LspServiceMetadataView>> lspServiceFactories)
System.Composition.AttributedModel (1)
System\Composition\ImportManyAttribute.cs (1)
19
public ImportManyAttribute() :
this
(null)
System.Composition.Convention (1)
System\Composition\Convention\ImportConventionBuilder.cs (1)
160
importAttribute = new
ImportManyAttribute
(contractName);