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