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; 104storage._location = ItemLocation.Local; 120storage._location = ItemLocation.Current; 136storage._location = ItemLocation.Global; 177public ItemLocation Location 526case ItemLocation.Stack: 530case ItemLocation.Parameter: 534case ItemLocation.Local: 538case ItemLocation.Current: 557case ItemLocation.Stack: 561case ItemLocation.Parameter: 562case ItemLocation.Local: 563case ItemLocation.Current: 567case ItemLocation.Global: 586if (_storage.Location == ItemLocation.Stack) 595if (_storage.Location != ItemLocation.Local) 623if (_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)