4 references to MoveToStartElement
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (2)
2225if (constraintStructures[j].axisSelector.MoveToStartElement(localName, namespaceUri)) 2241if (laxis.MoveToStartElement(localName, namespaceUri))
System\Xml\Schema\XsdValidator.cs (2)
923if (constraints[j].axisSelector.MoveToStartElement(reader.LocalName, reader.NamespaceURI)) 938if (laxis.MoveToStartElement(reader.LocalName, reader.NamespaceURI))