1 write to _textBufferCloneService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (1)
67
_textBufferCloneService
= textBufferCloneService;
2 references to _textBufferCloneService
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (2)
599
if (snapshot != null &&
_textBufferCloneService
!= null)
611
var buffer = snapshotSpanToClone.HasValue ?
_textBufferCloneService
.CloneWithUnknownContentType(snapshotSpanToClone.Value) : _textBufferFactoryService.CreateTextBuffer(preMergeDocumentTextString, contentType);