2 references to XmlIntegerSortKey
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
365
public XmlDateTimeSortKey(DateTime value, XmlCollation collation) :
base
(value.Ticks, collation)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (1)
52
AppendSortKey(new
XmlIntegerSortKey
(value, collation));