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