3 references to ToString
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilXmlWriter.cs (2)
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"));
System\Xml\Xsl\XmlQueryType.cs (1)
376return ToString("G");