2 references to CA2207Rule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\InitializeStaticFieldsInline.cs (2)
48
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(CA1810Rule,
CA2207Rule
);
96
method.ContainingType.IsReferenceType ? CA1810Rule :
CA2207Rule
,