4 instantiations of ExportContentTypeLanguageServiceAttribute
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
LanguageServices\CSharpContentTypeLanguageService.cs (1)
12[ExportContentTypeLanguageService(ContentTypeNames.CSharpContentType, LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveCommandContentTypeLanguageService.cs (1)
16[ExportContentTypeLanguageService(PredefinedInteractiveCommandsContentTypes.InteractiveCommandContentTypeName, InteractiveLanguageNames.InteractiveCommand), Shared]
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpContentTypeLanguageService.cs (1)
16[ExportContentTypeLanguageService(FSharpContentTypeNames.FSharpContentType, LanguageNames.FSharp), Shared]
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\XamlContentTypeLanguageService.cs (1)
14[ExportContentTypeLanguageService(ContentTypeNames.XamlContentType, StringConstants.XamlLanguageName), Shared]
1 reference to ExportContentTypeLanguageServiceAttribute
Microsoft.CodeAnalysis.EditorFeatures (1)
ContentTypeLanguageMetadata.cs (1)
14public string? DefaultContentType { get; } = (string?)data.GetValueOrDefault(nameof(ExportContentTypeLanguageServiceAttribute.DefaultContentType));