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

◆ IsNamespaceInScope

bool System.Xml.Xsl.IlGen.XmlILConstructInfo.IsNamespaceInScope
getset

Definition at line 166 of file XmlILConstructInfo.cs.

167 {
168 get
169 {
170 return _isNmspInScope;
171 }
172 set
173 {
175 }
176 }

Referenced by System.Xml.Xsl.IlGen.XmlILElementAnalyzer.Analyze().