7 references to WriteContentsTo
System.ServiceModel (7)
System\ServiceModel\Channels\Addressing.cs (3)
200from.WriteContentsTo(this.Version, writer); 283faultTo.WriteContentsTo(this.Version, writer); 606replyTo.WriteContentsTo(this.Version, writer);
System\ServiceModel\EndpointAddress.cs (2)
1174WriteContentsTo(addressingVersion, dictionaryWriter); 1202WriteContentsTo(addressingVersion, writer);
System\ServiceModel\EndpointAddress10.cs (1)
55this.address.WriteContentsTo(AddressingVersion.WSAddressing10, XmlDictionaryWriter.CreateDictionaryWriter(writer));
System\ServiceModel\EndpointAddressAugust2004.cs (1)
55this.address.WriteContentsTo(AddressingVersion.WSAddressingAugust2004, XmlDictionaryWriter.CreateDictionaryWriter(writer));