11 references to XmlSortKeyAccumulator
System.Private.Xml (11)
System\Xml\Xsl\IlGen\GenerateHelper.cs (10)
239
public static readonly MethodInfo SortKeyCreate = typeof(
XmlSortKeyAccumulator
).GetMethod("Create")!;
240
public static readonly MethodInfo SortKeyDateTime = typeof(
XmlSortKeyAccumulator
).GetMethod("AddDateTimeSortKey")!;
241
public static readonly MethodInfo SortKeyDecimal = typeof(
XmlSortKeyAccumulator
).GetMethod("AddDecimalSortKey")!;
242
public static readonly MethodInfo SortKeyDouble = typeof(
XmlSortKeyAccumulator
).GetMethod("AddDoubleSortKey")!;
243
public static readonly MethodInfo SortKeyEmpty = typeof(
XmlSortKeyAccumulator
).GetMethod("AddEmptySortKey")!;
244
public static readonly MethodInfo SortKeyFinish = typeof(
XmlSortKeyAccumulator
).GetMethod("FinishSortKeys")!;
245
public static readonly MethodInfo SortKeyInt = typeof(
XmlSortKeyAccumulator
).GetMethod("AddIntSortKey")!;
246
public static readonly MethodInfo SortKeyInteger = typeof(
XmlSortKeyAccumulator
).GetMethod("AddIntegerSortKey")!;
247
public static readonly MethodInfo SortKeyKeys = typeof(
XmlSortKeyAccumulator
).GetMethod("get_Keys")!;
248
public static readonly MethodInfo SortKeyString = typeof(
XmlSortKeyAccumulator
).GetMethod("AddStringSortKey")!;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2278
locKeys = _helper.DeclareLocal("$$$keys", typeof(
XmlSortKeyAccumulator
));