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