1 write to _nsVars
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
141_nsVars = _f.GlobalVariableList();
3 references to _nsVars
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
434foreach (QilIterator var in _nsVars) 463newVar.DebugName = _f.QName($"ns{_nsVars.Count}", XmlReservedNs.NsXslDebug).ToString(); 465_nsVars.Add(newVar);