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