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