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); 53return _textBufferFactoryService.CreateTextBuffer(reader, contentType); 57=> _textBufferFactoryService.CreateTextBuffer(textImage, contentType);