1 write to _unknownContentType
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
30
_unknownContentType
= contentTypeRegistryService.UnknownContentType;
2 references to _unknownContentType
Microsoft.CodeAnalysis.EditorFeatures.Text (2)
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (2)
34
=> _textBufferFactoryService.CreateTextBuffer(span,
_unknownContentType
);
37
=> Clone(textImage,
_unknownContentType
);