Base:
property
Current
System.Xml.XPath.XPathNodeIterator.Current
1 override of Current
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
323public override XPathNavigator Current
1 reference to Current
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
88private object? debuggerDisplayProxy { get { return index < 1 ? null : (object)new XPathNavigator.DebuggerDisplayProxy(Current!); } }