1 write to _unknownContentType
Microsoft.CodeAnalysis.EditorFeatures (1)
Workspaces\EditorTextFactoryService.cs (1)
35
_unknownContentType
= contentTypeRegistryService.UnknownContentType;
1 reference to _unknownContentType
Microsoft.CodeAnalysis.EditorFeatures (1)
Workspaces\EditorTextFactoryService.cs (1)
83
=> _textBufferFactory.CreateTextBuffer(reader,
_unknownContentType
);