System\Xml\Xsl\IlGen\XmlIlVisitor.cs (16)
351this.iterCurr.EnsureItemStorageType(nd.XmlType, typeof(XPathItem));
356this.iterCurr.EnsureItemStorageType(nd.XmlType, typeof(XPathItem));
927this.iterCurr.EnsureItemStorageType(ndBranch.XmlType, itemStorageType);
1130this.iterCurr.EnsureItemStorageType(ndSeq[i].XmlType, itemStorageType);
1302this.iterCurr.EnsureItemStorageType(ndAgg.XmlType, GetItemStorageType(ndAgg));
1473this.iterCurr.EnsureItemStorageType(ndStr.XmlType, typeof(string));
1921this.iterCurr.EnsureItemStorageType(nodes.XmlType, typeof(XPathNavigator));
2122this.iterCurr.EnsureItemStorageType(ndSort.Variable.XmlType, GetItemStorageType(ndSort.Variable));
2187this.iterCurr.EnsureItemStorageType(ndKey.Key.XmlType, GetItemStorageType(ndKey.Key));
2942this.iterCurr.EnsureItemStorageType(ndTypeAssert.Source.XmlType, GetItemStorageType(ndTypeAssert));
3284this.iterCurr.EnsureItemStorageType(ndGenId.Child.XmlType, typeof(XPathNavigator));
4347this.iterCurr.EnsureItemStorageType(nd.XmlType, typeof(bool));
4385this.iterCurr.EnsureItemStorageType(nd.XmlType, itemStorageType);
4410this.iterCurr.EnsureItemStorageType(nd.XmlType, GetItemStorageType(nd));
4489this.iterCurr.EnsureItemStorageType(nd.XmlType, itemStorageType);
4526this.iterCurr.EnsureItemStorageType(nd.XmlType, cacheType);