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