1 write to _textBufferFactoryService
Microsoft.CodeAnalysis.EditorFeatures (1)
Preview\AbstractPreviewFactoryService.cs (1)
60_textBufferFactoryService = textBufferFactoryService;
3 references to _textBufferFactoryService
Microsoft.CodeAnalysis.EditorFeatures (3)
Preview\AbstractPreviewFactoryService.cs (3)
622return _textBufferFactoryService.CreateTextBuffer(text.ToString(), contentType); 630var contentType = _textBufferFactoryService.TextContentType; 635return _textBufferFactoryService.CreateTextBuffer(text.ToString(), contentType);