7 references to Not
System.Core (2)
Microsoft\Scripting\Actions\DynamicMetaObjectBinder.cs (1)
194Expression.Not(
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
796Expression.IfThen(Expression.Not(tryDelete), fallback.Expression),
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Translator.cs (2)
1008result = Expression.Not(result); 1210Expression nullCheckExpression = Expression.Not(Emit_EntityKey_HasValue(entityIdentity.Keys));
System\Data\Objects\ELinq\Translator.cs (1)
1067Expression notLinq = Expression.Not(
System.Data.Services (1)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1151return Expression.Not(expr);
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
894expr = Expression.Not(expr);