1 write to _editorFactory
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractCodePageEditorFactory.cs (1)
19=> _editorFactory = editorFactory;
4 references to _editorFactory
Microsoft.VisualStudio.LanguageServices (4)
Implementation\AbstractCodePageEditorFactory.cs (4)
45_editorFactory.SetEncoding(true); 48return _editorFactory.CreateEditorInstance( 55_editorFactory.SetEncoding(false); 60=> _editorFactory.MapLogicalView(ref rguidLogicalView, out pbstrPhysicalView);