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