2 types derived from AbstractEditorFactory
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpEditorFactory.cs (1)
22internal class CSharpEditorFactory : AbstractEditorFactory
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
LanguageService\VisualBasicEditorFactory.vb (1)
17Inherits AbstractEditorFactory
1 instantiation of AbstractEditorFactory
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
LanguageService\VisualBasicEditorFactory.vb (1)
20MyBase.New(componentModel)
4 references to AbstractEditorFactory
Microsoft.VisualStudio.LanguageServices (2)
Implementation\AbstractCodePageEditorFactory.cs (2)
16private readonly AbstractEditorFactory _editorFactory; 18protected AbstractCodePageEditorFactory(AbstractEditorFactory editorFactory)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpCodePageEditorFactory.cs (1)
15public CSharpCodePageEditorFactory(AbstractEditorFactory editorFactory)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
LanguageService\VisualBasicCodePageEditorFactory.vb (1)
13Public Sub New(editorFactory As AbstractEditorFactory)