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