2 instantiations of XmlStringSortKey
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlCollation.Windows.cs (2)
25
return new
XmlStringSortKey
(sortKey, DescendingOrder);
57
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
;