internal string CheckOriginalText(string templateName) { var templateInfo = GetTemplateInfo(templateName); return(ASTNode.CheckOriginalText(this, templateInfo.Source)); }