10 references to OperatorWithLogical
Microsoft.CodeAnalysis.CSharp (10)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (1)
710
kind = kind.
OperatorWithLogical
();
CodeGen\EmitOperators.cs (3)
302
switch (binOp.OperatorKind.
OperatorWithLogical
())
438
throw ExceptionUtilities.UnexpectedValue(binOp.OperatorKind.
OperatorWithLogical
());
814
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)
250
switch (operatorKind.
OperatorWithLogical
() | operatorKind.OperandTypes())
Operations\CSharpOperationFactory_Methods.cs (1)
549
switch (operatorKind.
OperatorWithLogical
())