1 type derived from RootAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
541
private class RootActionDbg :
RootAction
{
1 instantiation of RootAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1074
this.RootAction = new
RootAction
();
5 references to RootAction
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
95
private
RootAction
rootAction;
143
internal
RootAction
RootAction {
System\Xml\Xsl\XsltOld\Processor.cs (3)
55
private
RootAction
rootAction;
234
internal
RootAction
RootAction {
299
Stylesheet stylesheet, List<TheQuery> queryStore,
RootAction
rootAction,