23 references to ItemLocation
System.Private.Xml (23)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (19)
51private ItemLocation _location; 75storage._location = ItemLocation.Stack; 87storage._location = ItemLocation.Parameter; 105storage._location = ItemLocation.Local; 121storage._location = ItemLocation.Current; 138storage._location = ItemLocation.Global; 180public ItemLocation Location 529case ItemLocation.Stack: 533case ItemLocation.Parameter: 537case ItemLocation.Local: 541case ItemLocation.Current: 560case ItemLocation.Stack: 564case ItemLocation.Parameter: 565case ItemLocation.Local: 566case ItemLocation.Current: 570case ItemLocation.Global: 589if (_storage.Location == ItemLocation.Stack) 598if (_storage.Location != ItemLocation.Local) 626if (_storage.Location == ItemLocation.Stack)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
76Debug.Assert(_iterCurr.Storage.Location == ItemLocation.None, "Root expression should have been pushed to the writer."); 1836if (_iterCurr.Storage.Location == ItemLocation.Global) 4694Debug.Assert(_iterCurr.Storage.Location == ItemLocation.None || 4705if (_iterCurr.Storage.Location != ItemLocation.None)