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