1 write to _diagnosticDescriptorType
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReportDiagnosticAnalyzer.cs (1)
125
_diagnosticDescriptorType
= diagnosticDescriptorType;
1 reference to _diagnosticDescriptorType
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReportDiagnosticAnalyzer.cs (1)
187
if (field.Type is INamedTypeSymbol fieldType && fieldType.GetBaseTypesAndThis().Contains(
_diagnosticDescriptorType
))