10 references to DefineDiagnosticDescriptionCorrectlyRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (2)
201
DefineDiagnosticDescriptionCorrectlyRule
,
797
ReportDefineDiagnosticArgumentCorrectlyDiagnostic(
DefineDiagnosticDescriptionCorrectlyRule
,
Microsoft.CodeAnalysis.Analyzers.UnitTests (8)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzerTests.cs (8)
3672
VerifyCS.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(1).WithLocation(2),
3674
VerifyCS.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(4).WithLocation(5));
3728
VerifyVB.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(1).WithLocation(1),
3730
VerifyVB.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(3).WithLocation(4));
3804
VerifyCS.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(0)
3839
VerifyVB.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(0)
3996
VerifyCS.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(0)
4031
VerifyVB.Diagnostic(DiagnosticDescriptorCreationAnalyzer.
DefineDiagnosticDescriptionCorrectlyRule
).WithLocation(0)