29 references to ImportMany
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Host\Mef\CodeStyleHostLanguageServices.cs (1)
67[ImportMany]
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpEmbeddedLanguageQuickInfoProvider.cs (1)
23public CSharpEmbeddedLanguageQuickInfoProvider([ImportMany] IEnumerable<Lazy<IEmbeddedLanguageQuickInfoProvider, EmbeddedLanguageMetadata>> services)
Microsoft.CodeAnalysis.EditorFeatures (1)
RenameTracking\RenameTrackingCodeRefactoringProvider.cs (1)
26[ImportMany] IEnumerable<IRefactorNotifyService> refactorNotifyServices)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
SignatureHelp\SignatureHelpControllerProvider.cs (1)
30[ImportMany] IEnumerable<Lazy<IIntelliSensePresenter<ISignatureHelpPresenterSession, ISignatureHelpSession>, OrderableMetadata>> signatureHelpPresenters,
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
44[ImportMany] IEnumerable<Lazy<IUnitTestingIncrementalAnalyzerProvider, UnitTestingIncrementalAnalyzerProviderMetadata>> analyzerProviders,
MetadataAsSource\MetadataAsSourceFileService.cs (1)
57[ImportMany] IEnumerable<Lazy<IMetadataAsSourceFileProvider, MetadataAsSourceFileProviderMetadata>> providers)
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
28[ImportMany] IEnumerable<Lazy<IDynamicFileInfoProvider, FileExtensionsMetadata>> dynamicFileInfoProviders,
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
DefaultCapabilitiesProvider.cs (1)
28[ImportMany] IEnumerable<Lazy<CompletionProvider, CompletionProviderMetadata>> completionProviders)
Features\CodeFixes\CodeFixService.cs (3)
63[ImportMany] IEnumerable<Lazy<IErrorLoggerService>> loggers, 64[ImportMany] IEnumerable<Lazy<CodeFixProvider, CodeChangeProviderMetadata>> fixers, 65[ImportMany] IEnumerable<Lazy<IConfigurationFixProvider, CodeChangeProviderMetadata>> configurationProviders)
Handler\Diagnostics\DiagnosticSourceProviders\DiagnosticSourceManager.cs (1)
37public DiagnosticSourceManager([ImportMany] IEnumerable<IDiagnosticSourceProvider> sourceProviders)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
AutomaticCompletion\VisualBasicBraceCompletionServiceFactory.vb (1)
18<ImportMany> braceCompletionServices As IEnumerable(Of Lazy(Of IBraceCompletionService, LanguageMetadata)))
InlineRename\VisualBasicEditorInlineRenameService.vb (1)
18<ImportMany> refactorNotifyServices As IEnumerable(Of IRefactorNotifyService))
Microsoft.CodeAnalysis.VisualBasic.Features (7)
BraceMatching\VisualBasicEmbeddedLanguageBraceMatcher.vb (1)
20<ImportMany> services As IEnumerable(Of Lazy(Of IEmbeddedLanguageBraceMatcher, EmbeddedLanguageMetadata)))
Completion\CompletionProviders\AggregateEmbeddedLanguageCompletionProvider.vb (1)
20Public Sub New(<ImportMany> languageServices As IEnumerable(Of Lazy(Of ILanguageService, LanguageServiceMetadata)))
DocumentHighlighting\VisualBasicDocumentHighlightsService.vb (1)
20<ImportMany> services As IEnumerable(Of Lazy(Of IEmbeddedLanguageDocumentHighlighter, EmbeddedLanguageMetadata)))
EmbeddedLanguages\Classification\VisualBasicEmbeddedLanguageClassificationServiceFactory.vb (1)
20<ImportMany> classifiers As IEnumerable(Of Lazy(Of IEmbeddedLanguageClassifier, EmbeddedLanguageMetadata)))
Formatting\VisualBasicNewDocumentFormattingService.vb (1)
16Public Sub New(<ImportMany> providers As IEnumerable(Of Lazy(Of INewDocumentFormattingProvider, LanguageMetadata)))
Organizing\VisualBasicOrganizerService.vb (1)
18Public Sub New(<ImportMany()> organizers As IEnumerable(Of Lazy(Of ISyntaxOrganizer, LanguageMetadata)))
QuickInfo\VisualBasicEmbeddedLanguageQuickInfoProvider.vb (1)
24Public Sub New(<ImportMany> services As IEnumerable(Of Lazy(Of IEmbeddedLanguageQuickInfoProvider, EmbeddedLanguageMetadata)))
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\Mef\MefHostServices.cs (1)
70[ImportMany]
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
31public Factory([ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>> callbackDispatchers)
Microsoft.VisualStudio.LanguageServices (3)
FindReferences\StreamingFindUsagesPresenter.cs (1)
74[ImportMany] IEnumerable<Lazy<ITableColumnDefinition, NameMetadata>> columns)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
50[ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>> callbackDispatchers)
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
30[ImportMany] IEnumerable<IRefactorNotifyService> refactorNotifyServices)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelServiceFactory.cs (1)
29[ImportMany] IEnumerable<IRefactorNotifyService> refactorNotifyServices,
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Snippets\SnippetTestState.vb (1)
181<ImportMany> argumentProviders As IEnumerable(Of Lazy(Of ArgumentProvider, OrderableLanguageMetadata)),
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelServiceFactory.vb (1)
29<ImportMany> refactorNotifyServices As IEnumerable(Of IRefactorNotifyService),