9 references to WriteTo
System.ServiceModel (9)
System\ServiceModel\Description\WsdlExporter.cs (1)
620addr.WriteTo(addressing, xw);
System\ServiceModel\Diagnostics\MessageDroppedTraceRecord.cs (1)
28this.endpointAddress.WriteTo(AddressingVersion.WSAddressing10, xml);
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (6)
910replyTo.WriteTo(this.message.Version.Addressing, xml); 1170this.epr.WriteTo(AddressingVersion.WSAddressing10, xml); 1195this.epr.WriteTo(AddressingVersion.WSAddressing10, xml); 1222this.epr.WriteTo(AddressingVersion.WSAddressing10, xml); 1284this.target.WriteTo(AddressingVersion.WSAddressing10, xml); 1291this.newTarget.WriteTo(AddressingVersion.WSAddressing10, xml);
System\ServiceModel\Security\InfoCardHelper.cs (1)
801epr.WriteTo(AddressingVersion.WSAddressing10, writer);