Base:
method
MoveToElement
System.Xml.XmlReader.MoveToElement()
9 references to MoveToElement
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ManifestFormatter.cs (1)
69
r.
MoveToElement
(); // Moves the reader back to the element node.
System.Configuration.ConfigurationManager (8)
System\Configuration\AppSettingsSection.cs (1)
138
internalReader.
MoveToElement
();
System\Configuration\BaseConfigurationRecord.cs (5)
1848
xmlUtil.Reader.
MoveToElement
();
1979
xmlUtil.Reader.
MoveToElement
();
2074
xmlUtil.Reader.
MoveToElement
();
2442
xmlUtil.Reader.
MoveToElement
(); // if on an attribute move back to the element
2761
xmlUtil.Reader.
MoveToElement
(); // if on an attribute move back to the element
System\Configuration\XmlUtil.cs (2)
682
Reader.
MoveToElement
();
1081
reader.
MoveToElement
();