4 references to MoveToStartElement
System.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1873
if (constraintStructures[j].axisSelector.
MoveToStartElement
(localName, namespaceUri)) {
1887
if (laxis.
MoveToStartElement
(localName, namespaceUri)) {
System\Xml\Schema\XsdValidator.cs (2)
771
if (constraints[j].axisSelector.
MoveToStartElement
(reader.LocalName, reader.NamespaceURI)) {
784
if (laxis.
MoveToStartElement
(reader.LocalName, reader.NamespaceURI)) {