1 write to _textBufferFactoryService
Microsoft.CodeAnalysis.EditorFeatures (1)
Preview\AbstractPreviewFactoryService.cs (1)
60
_textBufferFactoryService
= textBufferFactoryService;
3 references to _textBufferFactoryService
Microsoft.CodeAnalysis.EditorFeatures (3)
Preview\AbstractPreviewFactoryService.cs (3)
622
return
_textBufferFactoryService
.CreateTextBuffer(text.ToString(), contentType);
630
var contentType =
_textBufferFactoryService
.TextContentType;
635
return
_textBufferFactoryService
.CreateTextBuffer(text.ToString(), contentType);