1 instantiation of XmlEmptySortKey
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (1)
67
AppendSortKey(new
XmlEmptySortKey
(collation));
5 references to XmlEmptySortKey
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlSortKey.cs (5)
77
XmlEmptySortKey
that = obj as
XmlEmptySortKey
;
78
Debug.Assert(that != null && !(this is
XmlEmptySortKey
));
109
XmlEmptySortKey
that = obj as
XmlEmptySortKey
;