4 references to Negate
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (4)
118
Debug.Assert((opGroup != XPathOperatorGroup.
Negate
&& right != null) || (opGroup == XPathOperatorGroup.
Negate
&& right == null));
126
case XPathOperatorGroup.
Negate
: return NegateOperator(op, left!);
704
/*UnaryMinus*/ XPathOperatorGroup.
Negate
,