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