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