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