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