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