2 writes to contentTransferEncodingValue
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
2462
this.
contentTransferEncodingValue
= value;
2488
this.
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)
2479
return this.
contentTransferEncodingValue
;
2485
if (this.
contentTransferEncodingValue
== null)
2489
switch (this.
contentTransferEncodingValue
)