3 references to NodeKindContentIterator
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
190public static readonly MethodInfo KindContentCreate = GetMethod(typeof(NodeKindContentIterator), "Create"); 191public static readonly MethodInfo KindContentNext = GetMethod(typeof(NodeKindContentIterator), "MoveNext");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1816locIter = this.helper.DeclareLocal("$$$iterContent", typeof(NodeKindContentIterator));