3 references to CA1836
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverCount.Fixer.cs (1)
19public sealed override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(UseCountProperlyAnalyzer.CA1836);
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (2)
31internal const string CA1836 = nameof(CA1836); 84CA1836,