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