1 write to wrapped
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
22
this.
wrapped
= writer;
32 references to wrapped
System.Data.SqlXml (32)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (32)
31
get { return this.
wrapped
.Settings; }
35
this.
wrapped
.WriteDocType(name, pubid, sysid, subset);
39
this.
wrapped
.WriteStartElement(prefix, localName, ns);
43
this.
wrapped
.WriteStartAttribute(prefix, localName, ns);
47
this.
wrapped
.WriteEndAttribute();
51
this.
wrapped
.WriteCData(text);
55
this.
wrapped
.WriteComment(text);
59
this.
wrapped
.WriteProcessingInstruction(name, text);
63
this.
wrapped
.WriteWhitespace(ws);
67
this.
wrapped
.WriteString(text);
71
this.
wrapped
.WriteChars(buffer, index, count);
75
this.
wrapped
.WriteRaw(buffer, index, count);
79
this.
wrapped
.WriteRaw(data);
83
this.
wrapped
.WriteEntityRef(name);
87
this.
wrapped
.WriteCharEntity(ch);
91
this.
wrapped
.WriteSurrogateCharEntity(lowChar, highChar);
95
this.
wrapped
.Close();
99
this.
wrapped
.Flush();
103
this.
wrapped
.WriteValue(value);
107
this.
wrapped
.WriteValue(value);
111
this.
wrapped
.WriteValue(value);
115
this.
wrapped
.WriteValue(value);
119
this.
wrapped
.WriteValue(value);
123
this.
wrapped
.WriteValue(value);
127
this.
wrapped
.WriteValue(value);
131
this.
wrapped
.WriteValue(value);
135
this.
wrapped
.WriteValue(value);
141
((IDisposable)this.
wrapped
).Dispose();
176
this.
wrapped
.WriteEndElement();
183
this.
wrapped
.WriteFullEndElement();
191
this.
wrapped
.WriteAttributeString(string.Empty, "xmlns", XmlReservedNs.NsXmlNs, ns);
193
this.
wrapped
.WriteAttributeString("xmlns", prefix, XmlReservedNs.NsXmlNs, ns);