6 references to RawValue
System.Data.SqlXml (6)
System\Xml\Xsl\XPath\XPathParser.cs (3)
166throw scanner.CreateException(Res.XPath_UnexpectedToken, scanner.RawValue); 266throw scanner.CreateException(Res.XPath_NodeTestExpected, scanner.RawValue); 454opnd = builder.Number(XPathConvert.StringToDouble(scanner.RawValue));
System\Xml\Xsl\XPath\XPathScanner.cs (2)
487throw CreateException(Res.XPath_EofExpected, RawValue); 489throw CreateException(Res.XPath_TokenExpected, LexKindToString(t), RawValue);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
202throw scanner.CreateException(Res.XPath_UnexpectedToken, scanner.RawValue);