1 write to Body
System.ServiceModel (1)
System\ServiceModel\Description\MessageDescription.cs (1)
44
this.Items.
Body
= other.Items.Body.Clone();
2 references to Body
System.ServiceModel (2)
System\ServiceModel\Description\MessageDescription.cs (2)
44
this.Items.Body = other.Items.
Body
.Clone();
73
get { return Items.
Body
; }