11 references to LogicalNegation
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Operators.cs (1)
3023
case SyntaxKind.LogicalNotExpression: return UnaryOperatorKind.
LogicalNegation
;
Binder\Semantics\Operators\OperatorFacts.cs (1)
176
case UnaryOperatorKind.
LogicalNegation
: return WellKnownMemberNames.LogicalNotOperatorName;
Binder\Semantics\Operators\OperatorKind.cs (5)
252
BoolLogicalNegation = Bool |
LogicalNegation
,
253
UserDefinedLogicalNegation = UserDefined |
LogicalNegation
,
254
LiftedBoolLogicalNegation = Lifted | Bool |
LogicalNegation
,
255
LiftedUserDefinedLogicalNegation = Lifted | UserDefined |
LogicalNegation
,
256
DynamicLogicalNegation = Dynamic |
LogicalNegation
,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
394
case UnaryOperatorKind.
LogicalNegation
: return ExpressionType.Not;
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (1)
551
case UnaryOperatorKind.
LogicalNegation
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
1157
case UnaryOperatorKind.
LogicalNegation
:
Operations\CSharpOperationFactory_Methods.cs (1)
531
case CSharp.UnaryOperatorKind.
LogicalNegation
: