1 write to writer
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
65this.writer = writer;
19 references to writer
System.Data.SqlXml (19)
System\Xml\Xsl\QIL\QilXmlWriter.cs (19)
113this.writer.WriteComment(name != null && name.Length != 0 ? name + ": " + s : s); 120this.writer.WriteAttributeString("lineInfo", string.Format(CultureInfo.InvariantCulture, "[{0},{1} -- {2},{3}]", 130this.writer.WriteAttributeString("xmlType", node.XmlType.ToString((this.options & Options.RoundTripTypeInfo) != 0 ? "S" : "G")); 144this.writer.WriteValue(Convert.ToString(((QilLiteral) node).Value, CultureInfo.InvariantCulture)); 151this.writer.WriteAttributeString("id", this.ngen.NameOf(node)); 155this.writer.WriteAttributeString("name", reference.DebugName.ToString()); 180this.writer.WriteStartElement("RefTo"); 181this.writer.WriteAttributeString("id", name); 183this.writer.WriteAttributeString("name", reference.DebugName.ToString()); 184this.writer.WriteEndElement(); 195this.writer.WriteStartElement("ForwardDecls"); 198this.writer.WriteStartElement(Enum.GetName(typeof(QilNodeType), n.NodeType)); 199this.writer.WriteAttributeString("id", this.ngen.NameOf(n)); 208this.writer.WriteEndElement(); 210this.writer.WriteEndElement(); 220this.writer.WriteString(((XmlQueryType) value).ToString((this.options & Options.TypeInfo) != 0 ? "G" : "S")); 228this.writer.WriteAttributeString("name", value.ToString()); 263this.writer.WriteStartElement("", Enum.GetName(typeof(QilNodeType), node.NodeType), ""); 284this.writer.WriteEndElement();