2 references to CSharpApplyDiagnosticAnalyzerAttributeFix
Microsoft.CodeAnalysis.Analyzers.UnitTests (1)
MetaAnalyzers\MissingDiagnosticAnalyzerAttributeRuleTests.cs (1)
18
using VerifyCS = CSharpCodeFixVerifier<DiagnosticAnalyzerAttributeAnalyzer,
CSharpApplyDiagnosticAnalyzerAttributeFix
>;
Microsoft.CodeAnalysis.CSharp.Analyzers (1)
MetaAnalyzers\Fixers\CSharpApplyDiagnosticAnalyzerAttributeFix.cs (1)
13
[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(
CSharpApplyDiagnosticAnalyzerAttributeFix
)), Shared]