2 references to ReadQuotedString
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
2531contentTransferEncodingValue = (Value.Length == 0) ? Value : ((Value[0] == '"') ? MailBnfHelper.ReadQuotedString(Value, ref offset, null) : MailBnfHelper.ReadToken(Value, ref offset, null)); 3146return ReadQuotedString(data, ref offset, builder);