Base:
2 references to ToString
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2705
throw new XmlException(SR.Xml_DupAttributeName, _attributes[i].name.
ToString
());
2730
throw new XmlException(SR.Xml_DupAttributeName, _attributes[i].name.
ToString
());