7 references to OperationKey
Microsoft.CodeAnalysis.NetAnalyzers (7)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (2)
64
diagnostic.Properties.TryGetValue(UseCountProperlyAnalyzer.
OperationKey
, out var operation) &&
92
!diagnostic.Properties.TryGetValue(UseCountProperlyAnalyzer.
OperationKey
, out var operation) ||
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverCount.Fixer.cs (1)
53
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);