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); 52return _textBufferFactoryService.CreateTextBuffer(sourceText.ToString(), contentType); 56=> _textBufferFactoryService.CreateTextBuffer(textImage, contentType);