1 write to _textBufferFactoryService
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
27
_textBufferFactoryService
= textBufferFactoryService;
3 references to _textBufferFactoryService
Microsoft.CodeAnalysis.EditorFeatures.Text (3)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (3)
34
=>
_textBufferFactoryService
.CreateTextBuffer(span, _unknownContentType);
52
return
_textBufferFactoryService
.CreateTextBuffer(sourceText.ToString(), contentType);
56
=>
_textBufferFactoryService
.CreateTextBuffer(textImage, contentType);