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