6 references to ShouldNegateKey
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
60var shouldNegateKey = properties.ContainsKey(UseCountProperlyAnalyzer.ShouldNegateKey);
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverCount.Fixer.cs (1)
43bool shouldNegate = properties.ContainsKey(UseCountProperlyAnalyzer.ShouldNegateKey);
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (4)
40internal const string ShouldNegateKey = nameof(ShouldNegateKey); 408propertiesBuilder.Add(ShouldNegateKey, null); 426propertiesBuilder.Add(ShouldNegateKey, null); 455propertiesBuilder.Add(ShouldNegateKey, null);