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