13 references to Import
Microsoft.CodeAnalysis.EditorFeatures (8)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
29public CopilotGenerateDocumentationCommentManager([Import(AllowDefault = true)] SuggestionServiceBase? suggestionServiceBase, IThreadingContext threadingContext,
ExternalAccess\VSTypeScript\VSTypeScriptInProcLanguageClient.cs (1)
35[Import(AllowDefault = true)] IVSTypeScriptCapabilitiesProvider? typeScriptCapabilitiesProvider,
InlineHints\InlineHintsTaggerProvider.cs (1)
45[Import(AllowDefault = true)] IInlineHintKeyProcessor inlineHintKeyProcessor) : IViewTaggerProvider
InlineRename\UI\InlineRenameAdornmentProvider.cs (2)
58[Import(AllowDefault = true)] IInlineRenameColorUpdater? dashboardColorUpdater, 59[Import(AllowDefault = true)] IWpfThemeService? themeingService,
IntelliSense\AsyncCompletion\CommitManagerProvider.cs (1)
26[Import(AllowDefault = true)] ILanguageServerSnippetExpander? languageServerSnippetExpander) : IAsyncCompletionCommitManagerProvider
LanguageServer\RazorInProcLanguageClient.cs (1)
50[Import(AllowDefault = true)] AbstractLanguageClientMiddleLayer middleLayer) : AbstractInProcLanguageClient(lspServiceProvider, globalOptions, lspLoggerFactory, threadingContext, exportProvider, middleLayer)
NavigationBar\NavigationBarControllerFactoryService.cs (1)
21[Import(AllowDefault = true)] ITextBufferVisibilityTracker? visibilityTracker,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\Editor\FSharpSmartIndentProvider.cs (2)
38[Import(AllowDefault = true)] IFSharpSynchronousIndentationService? legacyService, 39[Import(AllowDefault = true)] IFSharpIndentationService? service,
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
TestExportJoinableTaskContext.cs (1)
28[Import(AllowDefault = true)] IDispatcherTaskJoiner? dispatcherTaskJoiner = null)
Microsoft.VisualStudio.LanguageServices (1)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
53[Import(AllowDefault = true)] Lazy<EditAndContinueLanguageService>? encService = null)
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (1)
156return new ImportAttribute();