2 writes to contentTransferEncodingValue
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
2462this.contentTransferEncodingValue = value; 2488this.contentTransferEncodingValue = (Value.Length == 0) ? Value : ((Value[0] == '"') ? MailBnfHelper.ReadQuotedString(Value, ref offset, null) : MailBnfHelper.ReadToken(Value, ref offset, null));
3 references to contentTransferEncodingValue
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (3)
2479return this.contentTransferEncodingValue; 2485if (this.contentTransferEncodingValue == null) 2489switch (this.contentTransferEncodingValue)