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

◆ MaybeAttrNmsp()

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

Definition at line 259 of file XmlILStateAnalyzer.cs.

260 {
261 return (typ.NodeKinds & (XmlNodeKindFlags.Attribute | XmlNodeKindFlags.Namespace)) != 0;
262 }

References System.Xml.Dictionary.

Referenced by System.Xml.Xsl.IlGen.XmlILStateAnalyzer.AnalyzeCopy().