3 writes to SeqType
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
83SeqType = typeof(XmlQueryNodeSequence); 87SeqType = typeof(XmlQueryItemSequence); 91SeqType = typeof(XmlQuerySequence<>).MakeGenericType(storageType);
11 references to SeqType
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\GenerateHelper.cs (9)
84SeqAdd = XmlILMethods.GetMethod(SeqType, "AddClone"); 88SeqAdd = XmlILMethods.GetMethod(SeqType, "AddClone"); 92SeqAdd = XmlILMethods.GetMethod(SeqType, "Add"); 95SeqEmpty = SeqType.GetField("Empty"); 96SeqReuse = XmlILMethods.GetMethod(SeqType, "CreateOrReuse", SeqType); 97SeqReuseSgl = XmlILMethods.GetMethod(SeqType, "CreateOrReuse", SeqType, storageType); 98SeqSortByKeys = XmlILMethods.GetMethod(SeqType, "SortByKeys");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
2102locCache = this.helper.DeclareLocal("$$$cache", methods.SeqType); 4501locCache = this.helper.DeclareLocal("$$$cache", methods.SeqType);