3 references to IsShift
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
287!kind.IsShift())
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (2)
117bool isShift = kind.IsShift(); 1593if (!kind.IsShift() && right.Type is not null && parameterMatchesReceiver(in candidate, 1) && isOperandApplicableToReceiver(in candidate, right, ref useSiteInfo))