3 references to IdIterator
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
186public static readonly MethodInfo IdCreate = GetMethod(typeof(IdIterator), "Create"); 187public static readonly MethodInfo IdNext = GetMethod(typeof(IdIterator), "MoveNext");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2557LocalBuilder locIter = this.helper.DeclareLocal("$$$iterId", typeof(IdIterator));