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