4 references to CA1828
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (2)
34UseCountProperlyAnalyzer.CA1828); 62context.Diagnostics[0].Id == UseCountProperlyAnalyzer.CA1828;
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (2)
29internal const string CA1828 = nameof(CA1828); 64CA1828,