1 instantiation of XmlEmptySortKey
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (1)
72
AppendSortKey(new
XmlEmptySortKey
(collation));
5 references to XmlEmptySortKey
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlSortKey.cs (5)
84
XmlEmptySortKey
? that = obj as
XmlEmptySortKey
;
85
Debug.Assert(that != null && !(this is
XmlEmptySortKey
));
120
XmlEmptySortKey
? that = obj as
XmlEmptySortKey
;