1 implementation of CloneWithRoslynContentType
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
39public ITextBuffer CloneWithRoslynContentType(SourceText sourceText)
1 reference to CloneWithRoslynContentType
Microsoft.CodeAnalysis.EditorFeatures (1)
QuickInfo\Extensions.cs (1)
24return cloneService.Value.CloneWithRoslynContentType(sourceText);