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