Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BuildDebuggerNamespaces()

QilList System.Xml.Xsl.Xslt.QilGenerator.BuildDebuggerNamespaces ( )
inlineprivate

Definition at line 347 of file QilGenerator.cs.

348 {
349 if (IsDebug)
350 {
353 while (enumerator.MoveNext())
354 {
355 CompilerScopeManager<QilIterator>.ScopeRecord current = enumerator.Current;
356 qilList.Add(_f.NamespaceDecl(_f.String(current.ncName), _f.String(current.nsUri)));
357 }
358 return qilList;
359 }
360 return null;
361 }
void Add(TKey key, TValue value)
QilList Sequence(IList< QilNode > values)
Definition QilFactory.cs:44
QilNode NamespaceDecl(QilNode prefix, QilNode uri)
readonly CompilerScopeManager< QilIterator > _scope
readonly XsltQilFactory _f

References System.Xml.Xsl.Xslt.QilGenerator._f, System.Xml.Xsl.Xslt.QilGenerator._scope, System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.Xml.Xsl.Qil.QilPatternFactory.BaseFactory, System.Xml.Dictionary, System.Xml.Xsl.Xslt.CompilerScopeManager< V >.GetEnumerator(), System.Xml.Xsl.Xslt.QilGenerator.IsDebug, System.Xml.Xsl.Qil.QilPatternFactory.NamespaceDecl(), System.Xml.Xsl.Qil.QilFactory.Sequence(), and System.Xml.Xsl.Qil.QilPatternFactory.String().

Referenced by System.Xml.Xsl.Xslt.QilGenerator.EnterScope().