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