11 references to Location
System.Private.Xml (11)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (7)
524switch (_storage.Location) 545Debug.Fail($"Invalid location: {_storage.Location}"); 555switch (_storage.Location) 574Debug.Fail($"Invalid location: {_storage.Location}"); 586if (_storage.Location == ItemLocation.Stack) 595if (_storage.Location != ItemLocation.Local) 623if (_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)