2 instantiations of XmlStringSortKey
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlCollation.Windows.cs (2)
25return new XmlStringSortKey(sortKey, DescendingOrder); 57return new XmlStringSortKey(bytesKey, DescendingOrder);
2 references to XmlStringSortKey
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlSortKey.cs (2)
243XmlStringSortKey? that = obj as XmlStringSortKey;