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