1 write to _textBufferCloneService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
61
_textBufferCloneService
= _componentModel.GetService<ITextBufferCloneService>();
1 reference to _textBufferCloneService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
144
var textBuffer =
_textBufferCloneService
.Clone(SourceText.From(formatted.ToFullString(), Encoding.UTF8), _contentType);