1 write to _textEditorFactoryService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\ProjectionBufferContent.cs (1)
47
_textEditorFactoryService
= textEditorFactoryService;
2 references to _textEditorFactoryService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
QuickInfo\ProjectionBufferContent.cs (2)
49
_roleSet = roleSet ??
_textEditorFactoryService
.NoRoles;
82
var view =
_textEditorFactoryService
.CreateTextView(buffer, _roleSet);