4 references to OperationEqualsArgument
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpDoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
54case UseCountProperlyAnalyzer.OperationEqualsArgument:
Microsoft.NetCore.Analyzers\Performance\CSharpPreferIsEmptyOverCount.Fixer.cs (1)
38case UseCountProperlyAnalyzer.OperationEqualsArgument:
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (2)
44internal const string OperationEqualsArgument = nameof(OperationEqualsArgument); 282operationKey = OperationEqualsArgument;