11 references to Location
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (7)
462
switch (this.storage.
Location
) {
481
Debug.Assert(false, "Invalid location: " + this.storage.
Location
);
490
switch (this.storage.
Location
) {
508
Debug.Assert(false, "Invalid location: " + this.storage.
Location
);
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) {