11 references to Location
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (7)
462switch (this.storage.Location) { 481Debug.Assert(false, "Invalid location: " + this.storage.Location); 490switch (this.storage.Location) { 508Debug.Assert(false, "Invalid location: " + this.storage.Location); 519if (this.storage.Location == ItemLocation.Stack) 527if (this.storage.Location != ItemLocation.Local) { 551if (this.storage.Location == ItemLocation.Stack) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
70Debug.Assert(this.iterCurr.Storage.Location == ItemLocation.None, "Root expression should have been pushed to the writer."); 1697if (this.iterCurr.Storage.Location == ItemLocation.Global) { 4337Debug.Assert(this.iterCurr.Storage.Location == ItemLocation.None || 4346if (this.iterCurr.Storage.Location != ItemLocation.None) {