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