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