Base:
method
MoveToNextAttribute
Microsoft.Xml.XmlReader.MoveToNextAttribute()
6 references to MoveToNextAttribute
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
168
return _impl.
MoveToNextAttribute
();
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
207
} while (Reader.
MoveToNextAttribute
());
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
222
} while (reader.
MoveToNextAttribute
());
293
} while (reader.
MoveToNextAttribute
());
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
312
} while (reader.
MoveToNextAttribute
());
536
} while (reader.
MoveToNextAttribute
());