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