/// <devdoc>
 ///     Returns the default CompilerType to be used for the default language
 /// </devdoc>
 protected CompilerType GetDefaultCompilerType()
 {
     return(CompilationUtil.GetDefaultLanguageCompilerInfo(null /*compConfig*/, VirtualPathObject));
 }
 protected CompilerType GetDefaultCompilerType()
 {
     return(CompilationUtil.GetDefaultLanguageCompilerInfo(null, this.VirtualPathObject));
 }