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

◆ MaybeContent()

bool System.Xml.Xsl.IlGen.XmlILStateAnalyzer.MaybeContent ( XmlQueryType typ)
inlineprivate

Definition at line 264 of file XmlILStateAnalyzer.cs.

265 {
266 if (typ.IsNode)
267 {
268 return (typ.NodeKinds & ~(XmlNodeKindFlags.Attribute | XmlNodeKindFlags.Namespace)) != 0;
269 }
270 return true;
271 }

References System.Xml.Dictionary.

Referenced by System.Xml.Xsl.IlGen.XmlILStateAnalyzer.AnalyzeCopy(), and System.Xml.Xsl.IlGen.XmlILStateAnalyzer.StartLoop().