2 references to Eq
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
154case XPathOperator.Eq: return _f.Eq(left, right); 214Debug.Assert(op == XPathOperator.Eq || op == XPathOperator.Ne);