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