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