1 write to wrapped
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
71
this.
wrapped
= writer;
9 references to wrapped
System.Data.SqlXml (9)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (9)
128
this.
wrapped
.WriteNamespaceDeclaration(prefix, ns);
165
this.
wrapped
.StartElementContent();
188
this.
wrapped
.Close();
195
this.
wrapped
.Flush();
219
this.
wrapped
.WriteStartAttribute(prefix, localName, ns);
226
this.
wrapped
.WriteString(text);
228
this.
wrapped
.WriteValue(this.arrAttrs[idx].Value);
231
this.
wrapped
.WriteEndAttribute();
241
this.onRemove(this.
wrapped
);