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