1 implementation of CloneWithUnknownContentType
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
36
public ITextBuffer
CloneWithUnknownContentType
(ITextImage textImage)
1 reference to CloneWithUnknownContentType
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.SnapshotSourceText.cs (1)
206
var buffer = factory.
CloneWithUnknownContentType
(TextImage);