5 writes to _location
System.Private.Xml (5)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (5)
75storage._location = ItemLocation.Stack; 87storage._location = ItemLocation.Parameter; 104storage._location = ItemLocation.Local; 120storage._location = ItemLocation.Current; 136storage._location = ItemLocation.Global;
1 reference to _location
System.Private.Xml (1)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (1)
179get { return _location; }