1 write to _textBufferCloneService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
171
_textBufferCloneService
= textBufferCloneService;
1 reference to _textBufferCloneService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
282
_openTextBuffers[buffer] = new OpenTextBufferManager(this, Workspace, _textBufferFactoryService,
_textBufferCloneService
, buffer);