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

◆ EnterScope()

QilList System.Xml.Xsl.Xslt.QilGenerator.EnterScope ( XslNode node)
inlineprivate

Definition at line 331 of file QilGenerator.cs.

332 {
334 _xslVersion = node.XslVersion;
335 if (_scope.EnterScope(node.Namespaces))
336 {
338 }
339 return null;
340 }
readonly CompilerScopeManager< QilIterator > _scope

References System.Xml.Xsl.Xslt.QilGenerator._lastScope, System.Xml.Xsl.Xslt.QilGenerator._scope, System.Xml.Xsl.Xslt.QilGenerator._xslVersion, System.Xml.Xsl.Xslt.QilGenerator.BuildDebuggerNamespaces(), System.Xml.Dictionary, and System.Xml.Xsl.Xslt.CompilerScopeManager< V >.EnterScope().

Referenced by System.Xml.Xsl.Xslt.QilGenerator.CompileAndSortMatches(), System.Xml.Xsl.Xslt.QilGenerator.CompileChoose(), System.Xml.Xsl.Xslt.QilGenerator.CompileGlobalVarPar(), System.Xml.Xsl.Xslt.QilGenerator.CompileInstructions(), System.Xml.Xsl.Xslt.QilGenerator.CompileKeys(), System.Xml.Xsl.Xslt.QilGenerator.CompileProtoTemplate(), System.Xml.Xsl.Xslt.QilGenerator.CompileSort(), System.Xml.Xsl.Xslt.QilGenerator.CompileWithParam(), and System.Xml.Xsl.Xslt.QilGenerator.PrecompileProtoTemplatesHeaders().