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)
213
if (type != null && type.Equals(
_diagnosticType
))
231
method.ContainingType.Equals(
_diagnosticType
) &&