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