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)
494args.Add(CreateXslParam(CloneName(_nameLast), T.DoubleX)); 2557if ((flags & XslFlags.Last) != 0) { SetArg(args, pos++, _nameLast, GetLastPosition()); } 2839content = AddDebugVariable(CloneName(_nameLast), GetLastPosition(), content);