11 references to Location
System.Private.Xml (11)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (7)
527switch (_storage.Location) 548Debug.Fail($"Invalid location: {_storage.Location}"); 558switch (_storage.Location) 577Debug.Fail($"Invalid location: {_storage.Location}"); 589if (_storage.Location == ItemLocation.Stack) 598if (_storage.Location != ItemLocation.Local) 626if (_storage.Location == ItemLocation.Stack)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
76Debug.Assert(_iterCurr.Storage.Location == ItemLocation.None, "Root expression should have been pushed to the writer."); 1836if (_iterCurr.Storage.Location == ItemLocation.Global) 4694Debug.Assert(_iterCurr.Storage.Location == ItemLocation.None || 4705if (_iterCurr.Storage.Location != ItemLocation.None)