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