2 references to DoNotStorePerCompilationDataOntoFieldsRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticAnalyzerFieldsAnalyzer.cs (2)
48
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
DoNotStorePerCompilationDataOntoFieldsRule
);
166
Diagnostic diagnostic = typeSyntax.CreateDiagnostic(
DoNotStorePerCompilationDataOntoFieldsRule
, type.ToDisplayString());