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