5 references to Writer
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
1486
string oldPrefix = (ns == null || ns.Length == 0) ? null :
Writer
.LookupPrefix(ns);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (2)
351
((global::System.Web.Services.Description.ServiceDescription)o.@Metadata).Write(this.
Writer
);
355
((global::Microsoft.Xml.Schema.XmlSchema)o.@Metadata).Write(this.
Writer
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2538
((Microsoft.Xml.XmlNode)ai).WriteTo(
Writer
);
2598
((Microsoft.Xml.XmlNode)ai).WriteTo(
Writer
);