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