5 writes to contentType
System.Runtime.Serialization (5)
System\Xml\XmlMtomWriter.cs (5)
100
this.
contentType
= null;
317
contentType
= null;
359
contentType
= null;
485
contentType
= contentTypeReader.GetAttribute(MtomGlobals.MimeContentTypeLocalName, MtomGlobals.MimeContentTypeNamespace200406);
488
contentType
= contentTypeReader.GetAttribute(MtomGlobals.MimeContentTypeLocalName, MtomGlobals.MimeContentTypeNamespace200505);
4 references to contentType
System.Runtime.Serialization (4)
System\Xml\XmlMtomWriter.cs (4)
346
MimePart mimePart = new MimePart(binaryDataChunks, contentID,
contentType
, MimeGlobals.EncodingBinary, sizeOfBufferedBinaryData, maxSizeInBytes);
486
if (
contentType
== null)
496
if (
contentType
!= null)
497
Writer.WriteString(
contentType
);