11 references to Not
Microsoft.CodeAnalysis.CSharp (11)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
375condition: F.Not(GenerateGetIsCompleted(awaiterTemp, isCompletedMethod)),
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
1089binaryExpression = _factory.Not(binaryExpression);
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
72var storeNonEvent = _factory.StoreToTemp(_factory.Conditional(_factory.Not(isEvent), receiverAssignment, _factory.Null(receiverAssignment.Type), receiverAssignment.Type), out BoundAssignmentOperator nonEventStore);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (2)
48result = this._factory.Not(result); 208testExpression = _factory.Not(testExpression);
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (4)
323result: boolValue ? _factory.Not(leftHasValue) : leftHasValue); 331result: boolValue ? _factory.Not(rightHasValue) : rightHasValue); 558return _factory.Not(MakeUnaryOperator(UnaryOperatorKind.DynamicFalse, left.Syntax, method: null, constrainedToTypeOpt: null, dynamicResult, boolType)); 588result = _factory.Not(result);
Lowering\SpillSequenceSpiller.cs (1)
1000node.OperatorKind == BinaryOperatorKind.LogicalBoolAnd ? _F.Local(tmp) : _F.Not(_F.Local(tmp)),
Symbols\Synthesized\Records\SynthesizedRecordInequalityOperator.cs (1)
41F.CloseMethod(F.Block(F.Return(F.Not(F.Call(receiver: null, ContainingType.GetMembers(WellKnownMemberNames.EqualityOperatorName).OfType<SynthesizedRecordEqualityOperator>().Single(),