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