6 references to OperationKey
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
65
properties.TryGetValue(UseCountProperlyAnalyzer.
OperationKey
, out var operation) &&
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverCount.Fixer.cs (1)
40
string operationKey = properties[UseCountProperlyAnalyzer.
OperationKey
]!;
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (4)
48
internal const string OperationKey = nameof(
OperationKey
);
404
propertiesBuilder.Add(
OperationKey
, operationKey);
421
propertiesBuilder.Add(
OperationKey
, operationKey);
451
propertiesBuilder.Add(
OperationKey
, operationKey);