4 references to TryRemoveLiteralSuffix
System.Data.Services (4)
System\Data\Services\Parsing\WebConvert.cs (4)
423
if (
TryRemoveLiteralSuffix
(XmlConstants.XmlInt64LiteralSuffix, ref text))
435
if (
TryRemoveLiteralSuffix
(XmlConstants.XmlSingleLiteralSuffix, ref text))
447
TryRemoveLiteralSuffix
(XmlConstants.XmlDoubleLiteralSuffix, ref text);
452
if (
TryRemoveLiteralSuffix
(XmlConstants.XmlDecimalLiteralSuffix, ref text))