3 references to CallersInfo
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
456
foreach (XmlILConstructInfo infoCaller in this.parentInfo.
CallersInfo
)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
3747
XmlILConstructInfo.Write(local1).
CallersInfo
.Add(XmlILConstructInfo.Write(local0));
5635
isUsed = XmlILConstructInfo.Read(nd).
CallersInfo
.Count != 0;