1 write to _editorFactory
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractCodePageEditorFactory.cs (1)
18
=>
_editorFactory
= editorFactory;
4 references to _editorFactory
Microsoft.VisualStudio.LanguageServices (4)
Implementation\AbstractCodePageEditorFactory.cs (4)
44
_editorFactory
.SetEncoding(true);
47
return
_editorFactory
.CreateEditorInstance(
54
_editorFactory
.SetEncoding(false);
59
=>
_editorFactory
.MapLogicalView(ref rguidLogicalView, out pbstrPhysicalView);