3 writes to CachedIteratorDescriptor
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
106XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 235XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 2131XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor = _iterNested;
3 references to CachedIteratorDescriptor
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
126methGlobal = XmlILAnnotation.Write(iter).CachedIteratorDescriptor!.Storage.GlobalLocation!; 1832iterInfo = XmlILAnnotation.Write(ndFor).CachedIteratorDescriptor!; 2250locPos = XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor!.LocalPosition!;