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