1 write to _textEditorFactoryService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Interactive\TestInteractiveWindowEditorFactoryService.cs (1)
32_textEditorFactoryService = textEditorFactoryService;
2 references to _textEditorFactoryService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Interactive\TestInteractiveWindowEditorFactoryService.cs (2)
40var textView = _textEditorFactoryService.CreateTextView(buffer, roles); 41return _textEditorFactoryService.CreateTextViewHost(textView, false).TextView;