7 writes to _contentType
System.ServiceModel.Primitives (7)
Internals\System\Xml\XmlMtomWriter.cs (7)
114_contentType = null; 382_contentType = null; 401_contentType = null; 443_contentType = null; 486_contentType = null; 649_contentType = contentTypeReader.GetAttribute(MtomGlobals.MimeContentTypeLocalName, MtomGlobals.MimeContentTypeNamespace200406); 652_contentType = contentTypeReader.GetAttribute(MtomGlobals.MimeContentTypeLocalName, MtomGlobals.MimeContentTypeNamespace200505);
5 references to _contentType
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomWriter.cs (5)
430MimePart mimePart = new MimePart(_binaryDataChunks, _contentID, _contentType, MimeGlobals.EncodingBinary, _sizeOfBufferedBinaryData, _maxSizeInBytes); 473MimePart mimePart = new MimePart(_binaryDataChunks, _contentID, _contentType, MimeGlobals.EncodingBinary, _sizeOfBufferedBinaryData, _maxSizeInBytes); 650if (_contentType == null) 660if (_contentType != null) 661Writer.WriteString(_contentType);