13 references to Import
Microsoft.CodeAnalysis.EditorFeatures (8)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
30
public CopilotGenerateDocumentationCommentManager([
Import
(AllowDefault = true)] SuggestionServiceBase? suggestionServiceBase, IThreadingContext threadingContext,
InlineHints\InlineHintsTaggerProvider.cs (1)
45
[
Import
(AllowDefault = true)] IInlineHintKeyProcessor inlineHintKeyProcessor) : IViewTaggerProvider
InlineRename\UI\InlineRenameAdornmentProvider.cs (3)
57
[
Import
(AllowDefault = true)] IInlineRenameColorUpdater? dashboardColorUpdater,
58
[
Import
(AllowDefault = true)] IWpfThemeService? themeingService,
64
[
Import
(AllowDefault = true)] Lazy<ISmartRenameSessionFactory>? smartRenameSessionFactory)
IntelliSense\AsyncCompletion\CommitManagerProvider.cs (1)
26
[
Import
(AllowDefault = true)] ILanguageServerSnippetExpander? languageServerSnippetExpander) : IAsyncCompletionCommitManagerProvider
LanguageServer\RazorInProcLanguageClient.cs (1)
42
[
Import
(AllowDefault = true)] AbstractLanguageClientMiddleLayer middleLayer) : AbstractInProcLanguageClient(lspServiceProvider, globalOptions, lspLoggerFactory, 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.ExternalAccess.Razor.Features (1)
RazorRefactorNotifyWrapper.cs (1)
17
[
Import
(AllowDefault = true)] Lazy<IRazorRefactorNotifyService>? implementation) : IRefactorNotifyService
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
TestExportJoinableTaskContext.cs (1)
28
[
Import
(AllowDefault = true)] IDispatcherTaskJoiner? dispatcherTaskJoiner = null)
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (1)
156
return new
ImportAttribute
();