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