Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
1 override of MoveToNextAttribute
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
2888public override bool MoveToNextAttribute()
2 references to MoveToNextAttribute
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
2895if (base.MoveToNextAttribute())
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
145return _xmlNodeReader.MoveToNextAttribute();