6 references to CompilerType
System.Web (6)
Compilation\CompilationUtil.cs (2)
55return new CompilerType(typeof(Microsoft.VisualBasic.VBCodeProvider), null); 119return new CompilerType(typeof(Microsoft.CSharp.CSharpCodeProvider), null);
Compilation\CompilerTypeWithParams.cs (1)
53return new CompilerType(_codeDomProviderType, CloneCompilerParameters());
Configuration\CompilationSection.cs (2)
581compilerType = new CompilerType( 631compilerType = new CompilerType(ci.CodeDomProviderType,
Configuration\Compiler.cs (1)
136_compilerType = new CompilerType(codeDomProviderType, compilParams);