3 references to JsonDetection
Microsoft.CodeAnalysis.CSharp.Features (1)
EmbeddedLanguages\CSharpJsonDetectionCodeFixProvider.cs (1)
16
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
JsonDetection
), Shared]
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
72
public const string JsonDetection = nameof(
JsonDetection
);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EmbeddedLanguages\VisualBasicJsonDetectionCodeFixProvider.vb (1)
12
<ExportCodeFixProvider(LanguageNames.VisualBasic, Name:=PredefinedCodeFixProviderNames.
JsonDetection
), [Shared]>