1 write to sizeInBytes
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
1074sizeInBytes = GetSize(contentID, contentType, contentTransferEncoding, sizeOfBufferedBinaryData, maxSizeInBytes);
2 references to sizeInBytes
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomWriter.cs (2)
433_totalSizeOfMimeParts += ValidateSizeOfMessage(_maxSizeInBytes, _totalSizeOfMimeParts, mimePart.sizeInBytes); 476_totalSizeOfMimeParts += ValidateSizeOfMessage(_maxSizeInBytes, _totalSizeOfMimeParts, mimePart.sizeInBytes);