11 references to XmlSortKeyAccumulator
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\GenerateHelper.cs (10)
204
public static readonly MethodInfo SortKeyCreate = GetMethod(typeof(
XmlSortKeyAccumulator
), "Create");
205
public static readonly MethodInfo SortKeyDateTime = GetMethod(typeof(
XmlSortKeyAccumulator
), "AddDateTimeSortKey");
206
public static readonly MethodInfo SortKeyDecimal = GetMethod(typeof(
XmlSortKeyAccumulator
), "AddDecimalSortKey");
207
public static readonly MethodInfo SortKeyDouble = GetMethod(typeof(
XmlSortKeyAccumulator
), "AddDoubleSortKey");
208
public static readonly MethodInfo SortKeyEmpty = GetMethod(typeof(
XmlSortKeyAccumulator
), "AddEmptySortKey");
209
public static readonly MethodInfo SortKeyFinish = GetMethod(typeof(
XmlSortKeyAccumulator
), "FinishSortKeys");
210
public static readonly MethodInfo SortKeyInt = GetMethod(typeof(
XmlSortKeyAccumulator
), "AddIntSortKey");
211
public static readonly MethodInfo SortKeyInteger = GetMethod(typeof(
XmlSortKeyAccumulator
), "AddIntegerSortKey");
212
public static readonly MethodInfo SortKeyKeys = GetMethod(typeof(
XmlSortKeyAccumulator
), "get_Keys");
213
public static readonly MethodInfo SortKeyString = GetMethod(typeof(
XmlSortKeyAccumulator
), "AddStringSortKey");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2110
locKeys = this.helper.DeclareLocal("$$$keys", typeof(
XmlSortKeyAccumulator
));