6 references to RawValue
System.Private.Xml (6)
System\Xml\Xsl\XPath\XPathParser.cs (3)
190throw _scanner.CreateException(SR.XPath_UnexpectedToken, _scanner.RawValue); 304throw scanner.CreateException(SR.XPath_NodeTestExpected, scanner.RawValue); 518opnd = _builder!.Number(XPathConvert.StringToDouble(_scanner.RawValue));
System\Xml\Xsl\XPath\XPathScanner.cs (2)
559throw CreateException(SR.XPath_EofExpected, RawValue); 563throw CreateException(SR.XPath_TokenExpected, LexKindToString(t), RawValue);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
223throw _scanner.CreateException(SR.XPath_UnexpectedToken, _scanner.RawValue);