1 write to DiagnosticAnalyzerAttribute
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\DiagnosticAnalyzerCorrectnessAnalyzer.DiagnosticAnalyzerSymbolAnalyzer.cs (1)
18DiagnosticAnalyzerAttribute = diagnosticAnalyzerAttribute;
2 references to DiagnosticAnalyzerAttribute
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticAnalyzerAttributeAnalyzer.cs (1)
93if (attribute.AttributeClass.DerivesFrom(DiagnosticAnalyzerAttribute))
MetaAnalyzers\DiagnosticAnalyzerCorrectnessAnalyzer.DiagnosticAnalyzerSymbolAnalyzer.cs (1)
44if (attribute.AttributeClass.DerivesFrom(DiagnosticAnalyzerAttribute))