2 references to FieldDiagnosticDescriptor
Microsoft.CodeAnalysis.CSharp.Analyzers (2)
MetaAnalyzers\CSharpSemanticModelGetDeclaredSymbolAlwaysReturnsNullAnalyzer.cs (2)
43
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(DiagnosticDescriptor,
FieldDiagnosticDescriptor
);
91
context.ReportDiagnostic(invocation.CreateDiagnostic(
FieldDiagnosticDescriptor
, syntaxNodeDerivingType.Name));