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