Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
2 overrides of MoveToNextAttribute
PresentationFramework (1)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
202
public override bool
MoveToNextAttribute
()
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
889
public override bool
MoveToNextAttribute
() {
19 references to MoveToNextAttribute
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
543
reader.
MoveToNextAttribute
();
583
while (reader.
MoveToNextAttribute
());
PresentationFramework (3)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1420
while (reader.
MoveToNextAttribute
())
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (2)
204
bool success = base.
MoveToNextAttribute
();
310
success = base.
MoveToNextAttribute
();
System.Configuration (13)
System\Configuration\AppSettingsSection.cs (1)
152
if (internalReader.
MoveToNextAttribute
()) {
System\Configuration\BaseConfigurationRecord.cs (6)
2278
while (xmlUtil.Reader.
MoveToNextAttribute
()) {
2345
while (xmlUtil.Reader.
MoveToNextAttribute
()) {
2436
while (xmlUtil.Reader.
MoveToNextAttribute
()) {
2603
while (xmlUtil.Reader.
MoveToNextAttribute
()) {
3013
while (xmlUtil.Reader.
MoveToNextAttribute
()) {
3273
while (xmlUtil.Reader.
MoveToNextAttribute
()) {
System\Configuration\MgmtConfigurationRecord.cs (1)
3188
while (reader.
MoveToNextAttribute
()) {
System\Configuration\XmlUtil.cs (5)
269
if (_reader.
MoveToNextAttribute
()) {
633
while (_reader.
MoveToNextAttribute
()) {
700
while (_reader.
MoveToNextAttribute
()) {
872
while (_reader.
MoveToNextAttribute
()) {
1109
reader.
MoveToNextAttribute
();
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
891
return base.
MoveToNextAttribute
();