3 references to GetLastPosition
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2557if ((flags & XslFlags.Last) != 0) { SetArg(args, pos++, _nameLast, GetLastPosition()); } 2839content = AddDebugVariable(CloneName(_nameLast), GetLastPosition(), content);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
62QilNode IFocus.GetLast() { return this.GetLastPosition(); }