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