1 type derived from XmlIntegerSortKey
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
363internal sealed class XmlDateTimeSortKey : XmlIntegerSortKey
1 instantiation of XmlIntegerSortKey
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (1)
52AppendSortKey(new XmlIntegerSortKey(value, collation));
2 references to XmlIntegerSortKey
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlSortKey.cs (2)
180XmlIntegerSortKey? that = obj as XmlIntegerSortKey;