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