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