16 overrides of MoveToNextAttribute
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
793public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
504public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
232public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
1171public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
166public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
517public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs (1)
98public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (1)
387public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1299public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
1465public override bool MoveToNextAttribute()
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
76public override bool MoveToNextAttribute() { return _innerReader.MoveToNextAttribute(); }
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
633public override bool MoveToNextAttribute()
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (1)
141public override bool MoveToNextAttribute()
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
105public override bool MoveToNextAttribute() { return InnerReader.MoveToNextAttribute(); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
888public override bool MoveToNextAttribute()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1346public override bool MoveToNextAttribute()
132 references to MoveToNextAttribute
dotnet-svcutil-lib (132)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
807return UpdateFromTextReader(_textXmlReader.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
507return _coreReader.MoveToNextAttribute();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (2)
160return base.reader.MoveToNextAttribute(); 258} while (base.reader.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
109} while (base.reader.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
663MoveToNextAttribute();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (2)
402if (_curNsAttr == -1 && reader.MoveToNextAttribute()) 1275} while (reader.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
519if (!_coreReader.MoveToNextAttribute())
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs (1)
100return reader.MoveToNextAttribute();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
394while (reader.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (1)
727} while (_coreReader.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (3)
1303bool moveTo = _coreReader.MoveToNextAttribute(); 2015} while (_coreReader.MoveToNextAttribute()); 2077} while (_coreReader.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
591} while (_coreReader.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (4)
124while (r.MoveToNextAttribute()); 394while (_reader.MoveToNextAttribute()) 429while (_reader.MoveToNextAttribute()) 481} while (r.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
1292} while (_xtr.MoveToNextAttribute());
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (3)
196while (_reader.MoveToNextAttribute()); 361} while (r.MoveToNextAttribute()); 380while (r.MoveToNextAttribute())
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
76public override bool MoveToNextAttribute() { return _innerReader.MoveToNextAttribute(); }
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
1992while (Reader.MoveToNextAttribute())
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
212while (reader.MoveToNextAttribute())
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2147while (reader.MoveToNextAttribute())
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (3)
748_reader.MoveToNextAttribute(); 777_reader.MoveToNextAttribute(); 828_reader.MoveToNextAttribute();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
168return isEndOfEmptyElement ? false : reader.MoveToNextAttribute();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
105public override bool MoveToNextAttribute() { return InnerReader.MoveToNextAttribute(); }
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableServices.cs (1)
32} while (xmlReader.MoveToNextAttribute());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1348return _reader.MoveToNextAttribute();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
246while (reader.MoveToNextAttribute());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1821reader.MoveToNextAttribute();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
559while (r.MoveToNextAttribute()) 587while (r.MoveToNextAttribute())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (3)
473while (Reader.MoveToNextAttribute()) 534while (Reader.MoveToNextAttribute()) 629while (Reader.MoveToNextAttribute())
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
74} while (reader.MoveToNextAttribute());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (88)
5230while (Reader.MoveToNextAttribute()) 5338while (Reader.MoveToNextAttribute()) 5419while (Reader.MoveToNextAttribute()) 5510while (Reader.MoveToNextAttribute()) 5571while (Reader.MoveToNextAttribute()) 5632while (Reader.MoveToNextAttribute()) 5697while (Reader.MoveToNextAttribute()) 5796while (Reader.MoveToNextAttribute()) 5899while (Reader.MoveToNextAttribute()) 5981while (Reader.MoveToNextAttribute()) 6067while (Reader.MoveToNextAttribute()) 6156while (Reader.MoveToNextAttribute()) 6262while (Reader.MoveToNextAttribute()) 6351while (Reader.MoveToNextAttribute()) 6432while (Reader.MoveToNextAttribute()) 6508while (Reader.MoveToNextAttribute()) 6597while (Reader.MoveToNextAttribute()) 6678while (Reader.MoveToNextAttribute()) 6755while (Reader.MoveToNextAttribute()) 6819while (Reader.MoveToNextAttribute()) 6913while (Reader.MoveToNextAttribute()) 6977while (Reader.MoveToNextAttribute()) 7056while (Reader.MoveToNextAttribute()) 7117while (Reader.MoveToNextAttribute()) 7186while (Reader.MoveToNextAttribute()) 7300while (Reader.MoveToNextAttribute()) 7356while (Reader.MoveToNextAttribute()) 7412while (Reader.MoveToNextAttribute()) 7493while (Reader.MoveToNextAttribute()) 7569while (Reader.MoveToNextAttribute()) 7630while (Reader.MoveToNextAttribute()) 7696while (Reader.MoveToNextAttribute()) 7762while (Reader.MoveToNextAttribute()) 7827while (Reader.MoveToNextAttribute()) 7910while (Reader.MoveToNextAttribute()) 8004while (Reader.MoveToNextAttribute()) 8086while (Reader.MoveToNextAttribute()) 8168while (Reader.MoveToNextAttribute()) 8251while (Reader.MoveToNextAttribute()) 8332while (Reader.MoveToNextAttribute()) 8420while (Reader.MoveToNextAttribute()) 8498while (Reader.MoveToNextAttribute()) 8645while (Reader.MoveToNextAttribute()) 8740while (Reader.MoveToNextAttribute()) 8828while (Reader.MoveToNextAttribute()) 8908while (Reader.MoveToNextAttribute()) 8981while (Reader.MoveToNextAttribute()) 9070while (Reader.MoveToNextAttribute()) 9152while (Reader.MoveToNextAttribute()) 9269while (Reader.MoveToNextAttribute()) 9374while (Reader.MoveToNextAttribute()) 9468while (Reader.MoveToNextAttribute()) 9603while (Reader.MoveToNextAttribute()) 9690while (Reader.MoveToNextAttribute()) 9777while (Reader.MoveToNextAttribute()) 9864while (Reader.MoveToNextAttribute()) 9951while (Reader.MoveToNextAttribute()) 10038while (Reader.MoveToNextAttribute()) 10125while (Reader.MoveToNextAttribute()) 10212while (Reader.MoveToNextAttribute()) 10299while (Reader.MoveToNextAttribute()) 10386while (Reader.MoveToNextAttribute()) 10473while (Reader.MoveToNextAttribute()) 10560while (Reader.MoveToNextAttribute()) 10647while (Reader.MoveToNextAttribute()) 10783while (Reader.MoveToNextAttribute()) 10948while (Reader.MoveToNextAttribute()) 11044while (Reader.MoveToNextAttribute()) 11127while (Reader.MoveToNextAttribute()) 11219while (Reader.MoveToNextAttribute()) 11311while (Reader.MoveToNextAttribute()) 11457while (Reader.MoveToNextAttribute()) 11549while (Reader.MoveToNextAttribute()) 11656while (Reader.MoveToNextAttribute()) 11749while (Reader.MoveToNextAttribute()) 11856while (Reader.MoveToNextAttribute()) 11953while (Reader.MoveToNextAttribute()) 12041while (Reader.MoveToNextAttribute()) 12138while (Reader.MoveToNextAttribute()) 12286while (Reader.MoveToNextAttribute()) 12379while (Reader.MoveToNextAttribute()) 12495while (Reader.MoveToNextAttribute()) 12610while (Reader.MoveToNextAttribute()) 12707while (Reader.MoveToNextAttribute()) 12800while (Reader.MoveToNextAttribute()) 12897while (Reader.MoveToNextAttribute()) 12984while (Reader.MoveToNextAttribute()) 13066while (Reader.MoveToNextAttribute())
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
340while (Reader.MoveToNextAttribute())