2 writes to contentTransferEncodingValue
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
2505contentTransferEncodingValue = value; 2531contentTransferEncodingValue = (Value.Length == 0) ? Value : ((Value[0] == '"') ? MailBnfHelper.ReadQuotedString(Value, ref offset, null) : MailBnfHelper.ReadToken(Value, ref offset, null));
3 references to contentTransferEncodingValue
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (3)
2522return contentTransferEncodingValue; 2528if (contentTransferEncodingValue == null) 2532switch (contentTransferEncodingValue)