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