8 references to Import
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
29public CopilotGenerateDocumentationCommentManager([Import(AllowDefault = true)] SuggestionServiceBase? suggestionServiceBase, IThreadingContext threadingContext,
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\InlineRenameAdornmentProvider.cs (2)
58[Import(AllowDefault = true)] IInlineRenameColorUpdater? dashboardColorUpdater, 59[Import(AllowDefault = true)] IWpfThemeService? themeingService,
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();