1 instantiation of CurrentContext
System.Private.Xml (1)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (1)
122
storage._locationObject = new
CurrentContext
(locIter, currentMethod);
3 references to CurrentContext
System.Private.Xml (3)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (3)
205
public
CurrentContext
? CurrentLocation
207
get { return _locationObject as
CurrentContext
; }
542
CurrentContext
currentContext = _storage.CurrentLocation!;