1 write to xwrt
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
128
this.
xwrt
= xwrt;
17 references to xwrt
System.Data.SqlXml (17)
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (17)
140
this.
xwrt
.NamespaceResolver = nsResolver;
142
return this.
xwrt
;
177
this.
xwrt
.WriteWhitespace(" ");
182
this.
xwrt
.WriteString(value);
212
this.
xwrt
.StartElementContent();
223
this.
xwrt
.WriteEndElement(nav.Prefix, nav.LocalName, nav.NamespaceURI);
245
this.
xwrt
.WriteFullEndElement(nav.Prefix, nav.LocalName, nav.NamespaceURI);
258
this.
xwrt
.WriteStartElement(nav.Prefix, nav.LocalName, nav.NamespaceURI);
263
this.
xwrt
.WriteStartAttribute(nav.Prefix, nav.LocalName, nav.NamespaceURI);
264
this.
xwrt
.WriteString(nav.Value);
265
this.
xwrt
.WriteEndAttribute();
269
this.
xwrt
.WriteString(nav.Value);
274
this.
xwrt
.WriteWhitespace(nav.Value);
282
this.
xwrt
.WriteComment(nav.Value);
286
this.
xwrt
.WriteProcessingInstruction(nav.LocalName, nav.Value);
290
this.
xwrt
.WriteNamespaceDeclaration(nav.LocalName, nav.Value);
313
this.
xwrt
.WriteNamespaceDeclaration(prefix, ns);