3 overrides of ReadToNextSibling
System.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
605public override bool ReadToNextSibling(string localName, string namespaceURI) {
System\Xml\Serialization\XmlCountingReader.cs (1)
318public override bool ReadToNextSibling(string localName, string namespaceURI)
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8777public override bool ReadToNextSibling(string localName, string namespaceName) {
2 references to ReadToNextSibling
System.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
607return coreReader.ReadToNextSibling(localName, namespaceURI);
System\Xml\Serialization\XmlCountingReader.cs (1)
321return innerReader.ReadToNextSibling(localName, namespaceURI);