1 write to _diagnosticType
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReportDiagnosticAnalyzer.cs (1)
124_diagnosticType = diagnosticType;
2 references to _diagnosticType
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\ReportDiagnosticAnalyzer.cs (2)
213if (type != null && type.Equals(_diagnosticType)) 231method.ContainingType.Equals(_diagnosticType) &&