2 references to JsonDetection
Microsoft.CodeAnalysis.CSharp.Features (1)
EmbeddedLanguages\CSharpJsonDetectionCodeFixProvider.cs (1)
16
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
JsonDetection
), Shared]
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
74
public const string JsonDetection = nameof(
JsonDetection
);