2 instantiations of XmlStringSortKey
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlCollation.cs (2)
390
return new
XmlStringSortKey
(sortKey, DescendingOrder);
416
return new
XmlStringSortKey
(bytesKey, DescendingOrder);
2 references to XmlStringSortKey
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlSortKey.cs (2)
219
XmlStringSortKey
that = obj as
XmlStringSortKey
;