23 references to ItemLocation
System.Data.SqlXml (23)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (19)
46private ItemLocation location; 68storage.location = ItemLocation.Stack; 79storage.location = ItemLocation.Parameter; 95storage.location = ItemLocation.Local; 110storage.location = ItemLocation.Current; 125storage.location = ItemLocation.Global; 163public ItemLocation Location { 463case ItemLocation.Stack: 467case ItemLocation.Parameter: 471case ItemLocation.Local: 475case ItemLocation.Current: 491case ItemLocation.Stack: 495case ItemLocation.Parameter: 496case ItemLocation.Local: 497case ItemLocation.Current: 501case ItemLocation.Global: 519if (this.storage.Location == ItemLocation.Stack) 527if (this.storage.Location != ItemLocation.Local) { 551if (this.storage.Location == ItemLocation.Stack) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
70Debug.Assert(this.iterCurr.Storage.Location == ItemLocation.None, "Root expression should have been pushed to the writer."); 1697if (this.iterCurr.Storage.Location == ItemLocation.Global) { 4337Debug.Assert(this.iterCurr.Storage.Location == ItemLocation.None || 4346if (this.iterCurr.Storage.Location != ItemLocation.None) {