1 write to _roslynContentType
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
29
_roslynContentType
= contentTypeRegistryService.GetContentType(ContentTypeNames.RoslynContentType);
1 reference to _roslynContentType
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
40
=> Clone(sourceText,
_roslynContentType
);