1 write to Writer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (1)
98filter.Writer = writer;
25 references to Writer
dotnet-svcutil-lib (25)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (25)
31this.Writer.Close(); 36this.Writer.Flush(); 41return this.Writer.LookupPrefix(ns); 46this.Writer.WriteBase64(buffer, index, count); 51this.Writer.WriteCData(text); 56this.Writer.WriteCharEntity(ch); 61this.Writer.WriteChars(buffer, index, count); 66this.Writer.WriteComment(text); 71this.Writer.WriteDocType(name, pubid, sysid, subset); 76this.Writer.WriteEndAttribute(); 81this.Writer.WriteEndDocument(); 86this.Writer.WriteEndElement(); 91this.Writer.WriteEntityRef(name); 96this.Writer.WriteFullEndElement(); 101this.Writer.WriteProcessingInstruction(name, text); 106this.Writer.WriteRaw(data); 111this.Writer.WriteRaw(buffer, index, count); 116this.Writer.WriteStartAttribute(prefix, localName, ns); 121this.Writer.WriteStartDocument(standalone); 126this.Writer.WriteStartDocument(); 131this.Writer.WriteStartElement(prefix, localName, ns); 136get { return this.Writer.WriteState; } 141this.Writer.WriteString(text); 146this.Writer.WriteSurrogateCharEntity(lowChar, highChar); 151this.Writer.WriteWhitespace(ws);