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