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