1 write to _textBufferFactoryService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (1)
66
_textBufferFactoryService
= textBufferFactoryService;
1 reference to _textBufferFactoryService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (1)
611
var buffer = snapshotSpanToClone.HasValue ? _textBufferCloneService.CloneWithUnknownContentType(snapshotSpanToClone.Value) :
_textBufferFactoryService
.CreateTextBuffer(preMergeDocumentTextString, contentType);