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