2 overrides of ReadToDescendant
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
703public override bool ReadToDescendant(string localName, string namespaceURI)
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeReader.cs (1)
876public override bool ReadToDescendant(string localName, string namespaceName)
2 references to ReadToDescendant
Microsoft.CodeAnalysis (1)
Desktop\AssemblyPortabilityPolicy.cs (1)
51return reader.ReadToDescendant(elementName, elementNamespace) && reader.Depth == depth;
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
706return _coreReader.ReadToDescendant(localName, namespaceURI);