4 references to AddLanguageSupportToAnalyzerRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticAnalyzerAttributeAnalyzer.cs (2)
42
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(MissingDiagnosticAnalyzerAttributeRule,
AddLanguageSupportToAnalyzerRule
);
139
Diagnostic diagnostic = attributeSyntax.CreateDiagnostic(
AddLanguageSupportToAnalyzerRule
, namedType.Name, missingLanguage);
Microsoft.CodeAnalysis.Analyzers.UnitTests (2)
MetaAnalyzers\AddLanguageSupportToAnalyzerRuleTests.cs (2)
207
VerifyCS.Diagnostic(DiagnosticAnalyzerAttributeAnalyzer.
AddLanguageSupportToAnalyzerRule
)
214
VerifyVB.Diagnostic(DiagnosticAnalyzerAttributeAnalyzer.
AddLanguageSupportToAnalyzerRule
)