2 references to ReadQuotedString
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
2488this.contentTransferEncodingValue = (Value.Length == 0) ? Value : ((Value[0] == '"') ? MailBnfHelper.ReadQuotedString(Value, ref offset, null) : MailBnfHelper.ReadToken(Value, ref offset, null)); 3109return ReadQuotedString(data, ref offset, builder);