2 types derived from AbstractAddImportsPasteCommandHandler
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AddImports\CSharpAddImportsPasteCommandHandler.cs (1)
29internal class CSharpAddImportsPasteCommandHandler : AbstractAddImportsPasteCommandHandler
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
AddImports\VisualBasicAddImportsOnPasteCommandHandler.vb (1)
21Inherits AbstractAddImportsPasteCommandHandler
1 instantiation of AbstractAddImportsPasteCommandHandler
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
AddImports\VisualBasicAddImportsOnPasteCommandHandler.vb (1)
28MyBase.New(threadingContext, globalOptions, listenerProvider)