10 references to OperatorWithLogical
Microsoft.CodeAnalysis.CSharp (10)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (1)
711
kind = kind.
OperatorWithLogical
();
CodeGen\EmitOperators.cs (3)
302
switch (binOp.OperatorKind.
OperatorWithLogical
())
418
throw ExceptionUtilities.UnexpectedValue(binOp.OperatorKind.
OperatorWithLogical
());
742
switch (opKind.
OperatorWithLogical
())
CodeGen\EmitStatement.cs (4)
424
if (binOp.OperatorKind.
OperatorWithLogical
() is BinaryOperatorKind.LogicalOr or BinaryOperatorKind.LogicalAnd)
445
binary.OperatorKind.
OperatorWithLogical
() is BinaryOperatorKind.LogicalOr or BinaryOperatorKind.LogicalAnd)
447
if (binary.OperatorKind.
OperatorWithLogical
() is BinaryOperatorKind.LogicalOr ? !top.sense : top.sense)
492
switch (binOp.OperatorKind.
OperatorWithLogical
())
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
248
switch (operatorKind.
OperatorWithLogical
() | operatorKind.OperandTypes())
Operations\CSharpOperationFactory_Methods.cs (1)
469
switch (operatorKind.
OperatorWithLogical
())