1 write to _textBufferFactoryService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
61
_textBufferFactoryService
= _componentModel.GetService<ITextBufferFactoryService>();
1 reference to _textBufferFactoryService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
143
var textBuffer =
_textBufferFactoryService
.CreateTextBuffer(formatted.GetTextSynchronously(CancellationToken.None).ToString(), _contentType);