1 type derived from SortAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
578private class SortActionDbg : SortAction {
1 instantiation of SortAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1079SortAction action = new SortAction();
4 references to SortAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1078public virtual SortAction CreateSortAction() { 1079SortAction action = new SortAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
220public override SortAction CreateSortAction() { 221SortAction action = new SortActionDbg();