1 write to options
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
70this.options = options;
5 references to options
System.Private.Xml (5)
System\Xml\Xsl\QIL\QilXmlWriter.cs (5)
137this.writer.WriteAttributeString("xmlType", node.XmlType!.ToString((this.options & Options.RoundTripTypeInfo) != 0 ? "S" : "G")); 233this.writer.WriteString(((XmlQueryType)value).ToString((this.options & Options.TypeInfo) != 0 ? "G" : "S")); 276if ((this.options & Options.Annotations) != 0) 290if ((this.options & (Options.TypeInfo | Options.RoundTripTypeInfo)) != 0) 293if ((this.options & Options.LineInfo) != 0 && node.SourceLine != null)