10 references to Local
System.Data.SqlXml (10)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (1)
148return Local(loc, this.itemStorageType, this.isCached);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (9)
393this.iterCurr.Storage = StorageDescriptor.Local(locNav, typeof(XPathNavigator), false); 898this.iterCurr.SetIterator(lblNext, StorageDescriptor.Local(locCond, itemStorageType, false)); 1155this.iterCurr.SetIterator(lblNext, StorageDescriptor.Local(locList, itemStorageType, false)); 2085this.iterCurr.Storage = StorageDescriptor.Local(locPos, typeof(int), false); 2148this.iterCurr.Storage = StorageDescriptor.Local(locCache, itemStorageType, true); 2425this.iterCurr.Storage = StorageDescriptor.Local(locNav, typeof(XPathNavigator), false); 2444this.iterCurr.Storage = StorageDescriptor.Local(locNav, typeof(XPathNavigator), false); 2462this.iterCurr.Storage = StorageDescriptor.Local(locNav, typeof(XPathNavigator), false); 4540this.iterCurr.Storage = StorageDescriptor.Local(locCache, itemStorageType, true);