2 overrides of ReadToDescendant
System.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
590public override bool ReadToDescendant(string name) {
System\Xml\Serialization\XmlCountingReader.cs (1)
303public override bool ReadToDescendant(string name)
6 references to ReadToDescendant
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\DefaultObjectSerializer.cs (1)
65if (dictionaryReader.ReadToDescendant("Property"))
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
33if (reader.ReadToDescendant("Property"))
System.Workflow.Runtime (2)
Tracking\TrackingProfileSerializer.cs (2)
84if (!pReader.ReadToDescendant("TrackingProfile")) 98if (!pReader.ReadToDescendant("TrackPoints"))
System.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
592return coreReader.ReadToDescendant(name);
System\Xml\Serialization\XmlCountingReader.cs (1)
306return innerReader.ReadToDescendant(name);