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