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