5 references to Writer
System.ServiceModel (2)
System\ServiceModel\Description\MetadataSet.cs (2)
352((global::System.Web.Services.Description.ServiceDescription)o.@Metadata).Write(this.Writer); 356((global::System.Xml.Schema.XmlSchema)o.@Metadata).Write(this.Writer);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
1987((global::System.Xml.XmlNode)ai).WriteTo(Writer); 2034((global::System.Xml.XmlNode)ai).WriteTo(Writer);
System.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1273string oldPrefix = (ns == null || ns.Length == 0) ? null : Writer.LookupPrefix(ns);