1 instantiation of ExportContentTypeLanguageServiceAttribute
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveCommandContentTypeLanguageService.cs (1)
16
[
ExportContentTypeLanguageService
(PredefinedInteractiveCommandsContentTypes.InteractiveCommandContentTypeName, InteractiveLanguageNames.InteractiveCommand), Shared]
1 reference to ExportContentTypeLanguageServiceAttribute
Microsoft.CodeAnalysis.EditorFeatures (1)
ContentTypeLanguageMetadata.cs (1)
14
public string? DefaultContentType { get; } = (string?)data.GetValueOrDefault(nameof(
ExportContentTypeLanguageServiceAttribute
.DefaultContentType));