3 references to CallersInfo
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
414
foreach (XmlILConstructInfo infoCaller in this.parentInfo.
CallersInfo
) {
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
2821
XmlILConstructInfo.Write(local1).
CallersInfo
.Add(XmlILConstructInfo.Write(local0)); }
4330
isUsed = XmlILConstructInfo.Read(nd).
CallersInfo
.Count != 0;