1 write to options
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
67
this.
options
= options;
5 references to options
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilXmlWriter.cs (5)
130
this.writer.WriteAttributeString("xmlType", node.XmlType.ToString((this.
options
& Options.RoundTripTypeInfo) != 0 ? "S" : "G"));
220
this.writer.WriteString(((XmlQueryType) value).ToString((this.
options
& Options.TypeInfo) != 0 ? "G" : "S"));
259
if ((this.
options
& Options.Annotations) != 0)
273
if ((this.
options
& (Options.TypeInfo | Options.RoundTripTypeInfo)) != 0)
276
if ((this.
options
& Options.LineInfo) != 0 && node.SourceLine != null)