4 references to MoveToStartElement
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
2265if (constraintStructures[j].axisSelector.MoveToStartElement(localName, namespaceUri)) 2281if (laxis.MoveToStartElement(localName, namespaceUri))
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
941if (constraints[j].axisSelector.MoveToStartElement(reader.LocalName, reader.NamespaceURI)) 956if (laxis.MoveToStartElement(reader.LocalName, reader.NamespaceURI))