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