3 references to Unknown
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
115Debug.Assert(op != XPathOperator.Unknown);
System\Xml\Xsl\XPath\XPathParser.cs (1)
394op = (_scanner.Kind <= LexKind.LastOperator) ? (XPathOperator)_scanner.Kind : XPathOperator.Unknown;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1014Debug.Assert(op != XPathOperator.Unknown);