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