1 override of ReadElementContentAsInt
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
370public override int ReadElementContentAsInt(string localName, string namespaceURI)
1 reference to ReadElementContentAsInt
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
373return _coreReader.ReadElementContentAsInt(localName, namespaceURI);