4 references to TryRemoveLiteralPrefix
System.Data.Services (4)
System\Data\Services\Parsing\WebConvert.cs (4)
237if (!TryRemoveLiteralPrefix(XmlConstants.LiteralPrefixBinary, ref text) && 238!TryRemoveLiteralPrefix(XmlConstants.XmlBinaryPrefix, ref text)) 284if (!TryRemoveLiteralPrefix(XmlConstants.LiteralPrefixDateTime, ref text)) 314if (!TryRemoveLiteralPrefix(XmlConstants.LiteralPrefixGuid, ref text))