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