3 writes to CachedIteratorDescriptor
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
98XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 220XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 1973XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor = this.iterNested;
3 references to CachedIteratorDescriptor
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
116methGlobal = XmlILAnnotation.Write(iter).CachedIteratorDescriptor.Storage.GlobalLocation; 1693iterInfo = XmlILAnnotation.Write(ndFor).CachedIteratorDescriptor; 2083locPos = XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor.LocalPosition;