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