2 references to RoundTripTypeInfo
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilXmlWriter.cs (2)
137
this.writer.WriteAttributeString("xmlType", node.XmlType!.ToString((this.options & Options.
RoundTripTypeInfo
) != 0 ? "S" : "G"));
290
if ((this.options & (Options.TypeInfo | Options.
RoundTripTypeInfo
)) != 0)