1 write to _nameCurrent
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
117_nameCurrent = _f.QName("current", XmlReservedNs.NsXslDebug);
4 references to _nameCurrent
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
486args.Add(CreateXslParam(CloneName(_nameCurrent), T.NodeNotRtf)); 2555if ((flags & XslFlags.Current) != 0) { SetArg(args, pos++, _nameCurrent, GetCurrentNode()); } 2689Debug.Assert(actualArgs[0].Name == _nameCurrent, "Caller should always pass $current as a first argument to apply-* calls."); 2841content = AddDebugVariable(CloneName(_nameCurrent), GetCurrentNode(), content);