10 references to DefineDiagnosticDescriptionCorrectlyRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (2)
198
DefineDiagnosticDescriptionCorrectlyRule
,
795
ReportDefineDiagnosticArgumentCorrectlyDiagnostic(
DefineDiagnosticDescriptionCorrectlyRule
,
Microsoft.CodeAnalysis.Analyzers.UnitTests (8)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzerTests.cs (8)
3514
VerifyCS.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(1).WithLocation(2),
3516
VerifyCS.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(4).WithLocation(5));
3566
VerifyVB.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(1).WithLocation(1),
3568
VerifyVB.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(3).WithLocation(4));
3638
VerifyCS.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(0)
3671
VerifyVB.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(0)
3820
VerifyCS.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(0)
3853
VerifyVB.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(0)