10 references to Ne
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
41Fx.Assert(RelationOperator.Eq != op && RelationOperator.Ne != op, "");
System\ServiceModel\Dispatcher\QueryModel.cs (7)
654case RelationOperator.Ne: 667case RelationOperator.Ne: 681case RelationOperator.Ne: 700case RelationOperator.Ne: 722case RelationOperator.Ne: 760case RelationOperator.Ne: 787case RelationOperator.Ne:
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
689if (expr.Op != RelationOperator.Ne)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
323op = RelationOperator.Ne;