4 references to OperationBinaryRight
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpDoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
83case UseCountProperlyAnalyzer.OperationBinaryRight:
Microsoft.NetCore.Analyzers\Performance\CSharpPreferIsEmptyOverCount.Fixer.cs (1)
31case UseCountProperlyAnalyzer.OperationBinaryRight:
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (2)
46internal const string OperationBinaryRight = nameof(OperationBinaryRight); 268operationKey = useRightSide ? OperationBinaryRight : OperationBinaryLeft;