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

◆ VisitUseAttributeSet()

override XslFlags System.Xml.Xsl.Xslt.XslAstAnalyzer.VisitUseAttributeSet ( XslNode node)
inlineprotectedvirtual

Reimplemented from System.Xml.Xsl.Xslt.XslVisitor< XslFlags >.

Definition at line 830 of file XslAstAnalyzer.cs.

831 {
833 {
834 if (_forEachDepth == 0)
835 {
837 }
838 else
839 {
841 }
842 }
843 return XslFlags.Rtf | XslFlags.HasCalls;
844 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Dictionary< QilName, AttributeSet > AttributeSets
Definition Compiler.cs:99
Graph< ProtoTemplate > _revCall0Graph
Graph< ProtoTemplate > _revCall1Graph

References System.Xml.Xsl.Xslt.XslAstAnalyzer._compiler, System.Xml.Xsl.Xslt.XslAstAnalyzer._currentTemplate, System.Xml.Xsl.Xslt.XslAstAnalyzer._forEachDepth, System.Xml.Xsl.Xslt.XslAstAnalyzer._revCall0Graph, System.Xml.Xsl.Xslt.XslAstAnalyzer._revCall1Graph, System.Xml.Xsl.Xslt.Compiler.AttributeSets, System.Xml.Dictionary, System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.