3 writes to Writer
System.ServiceModel (3)
System\ServiceModel\Description\MetadataSet.cs (1)
98
filter.
Writer
= writer;
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1713
this.responseWriter.
Writer
= writer;
1732
this.responseWriter.
Writer
= writer;
25 references to Writer
System.ServiceModel (25)
System\ServiceModel\Description\ServiceMetadataExtension.cs (25)
1745
this.
Writer
.Close();
1750
this.
Writer
.Flush();
1755
return this.
Writer
.LookupPrefix(ns);
1760
this.
Writer
.WriteBase64(buffer, index, count);
1765
this.
Writer
.WriteCData(text);
1770
this.
Writer
.WriteCharEntity(ch);
1775
this.
Writer
.WriteChars(buffer, index, count);
1780
this.
Writer
.WriteComment(text);
1785
this.
Writer
.WriteDocType(name, pubid, sysid, subset);
1790
this.
Writer
.WriteEndAttribute();
1795
this.
Writer
.WriteEndDocument();
1800
this.
Writer
.WriteEndElement();
1805
this.
Writer
.WriteEntityRef(name);
1810
this.
Writer
.WriteFullEndElement();
1815
this.
Writer
.WriteProcessingInstruction(name, text);
1820
this.
Writer
.WriteRaw(data);
1825
this.
Writer
.WriteRaw(buffer, index, count);
1830
this.
Writer
.WriteStartAttribute(prefix, localName, ns);
1835
this.
Writer
.WriteStartDocument(standalone);
1840
this.
Writer
.WriteStartDocument();
1845
this.
Writer
.WriteStartElement(prefix, localName, ns);
1850
get { return this.
Writer
.WriteState; }
1855
this.
Writer
.WriteString(text);
1860
this.
Writer
.WriteSurrogateCharEntity(lowChar, highChar);
1865
this.
Writer
.WriteWhitespace(ws);