1 type derived from CommentAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
365private class CommentActionDbg : CommentAction {
1 instantiation of CommentAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1014CommentAction action = new CommentAction();
4 references to CommentAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1013public virtual CommentAction CreateCommentAction() { 1014CommentAction action = new CommentAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
155public override CommentAction CreateCommentAction() { 156CommentAction action = new CommentActionDbg();