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);
48
return
_editorFactory
.CreateEditorInstance(
55
_editorFactory
.SetEncoding(false);
60
=>
_editorFactory
.MapLogicalView(ref rguidLogicalView, out pbstrPhysicalView);