5 references to WriteTo
System.ServiceModel (5)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (3)
1071this.identity.WriteTo(xmlWriter); 1103this.identity.WriteTo(xmlWriter); 1167this.identity.WriteTo(XmlDictionaryWriter.CreateDictionaryWriter(xml));
System\ServiceModel\EndpointAddress.cs (2)
1095this.Identity.WriteTo(writer); 1152this.Identity.WriteTo(writer);