1 write to _nameLast
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
119
_nameLast
= _f.QName("last", XmlReservedNs.NsXslDebug);
3 references to _nameLast
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
494
args.Add(CreateXslParam(CloneName(
_nameLast
), T.DoubleX));
2557
if ((flags & XslFlags.Last) != 0) { SetArg(args, pos++,
_nameLast
, GetLastPosition()); }
2839
content = AddDebugVariable(CloneName(
_nameLast
), GetLastPosition(), content);