1 write to contentID
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
1071this.contentID = contentID;
2 references to contentID
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomWriter.cs (2)
508WriteMimeHeaders(part.contentID, part.contentType, part.contentTransferEncoding); 547await WriteMimeHeadersAsync(part.contentID, part.contentType, part.contentTransferEncoding);