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