1 write to Body
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
42
this.Items.
Body
= other.Items.Body.Clone();
2 references to Body
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (2)
42
this.Items.Body = other.Items.
Body
.Clone();
71
get { return Items.
Body
; }