Implemented interface member:
method
GetCurrent
System.Xml.Xsl.XPath.IFocus.GetCurrent()
2 references to GetCurrent
System.Private.Xml (2)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
228return _f.Loop(_f.Let(_f.InvokeOnCurrentNodeChanged(_curLoop.GetCurrent()!)), _f.Sequence()); 357return _curLoop.GetCurrent()!;