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

◆ CallersInfo

ArrayList System.Xml.Xsl.IlGen.XmlILConstructInfo.CallersInfo
get

Definition at line 226 of file XmlILConstructInfo.cs.

227 {
228 get
229 {
230 if (_callersInfo == null)
231 {
232 _callersInfo = new ArrayList();
233 }
234 return _callersInfo;
235 }
236 }

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