2 instantiations of Sort
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SortAction.cs (2)
116
this.sort = new
Sort
(this.selectKey, this.lang, this.dataType, this.order, this.caseOrder);
151
new
Sort
(
4 references to Sort
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
133
Sort
sort = (
Sort
) sortarray[i];
System\Xml\Xsl\XsltOld\Processor.cs (1)
185
internal void AddSort(
Sort
sortinfo) {
System\Xml\Xsl\XsltOld\SortAction.cs (1)
27
private
Sort
sort; //When we not have AVTs at all we can do this. null otherwise.