6 instantiations of 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);
52 references to CompilerType
System.ServiceModel.Activation (6)
System\ServiceModel\Activation\ServiceBuildProvider.cs (4)
28public override CompilerType CodeCompilerType 36CompilerType GetCodeCompilerType() 112internal CompilerType GetDefaultCompilerTypeForLanguageInternal(string language) 117internal CompilerType GetDefaultCompilerTypeInternal()
System\ServiceModel\Activation\ServiceParser.cs (2)
73CompilerType compilerType; 160internal CompilerType CompilerType
System.Web (46)
Compilation\AssemblyBuilder.cs (3)
81private CompilerType _compilerType; 158ICollection referencedAssemblies, CompilerType compilerType, string outputAssemblyName) { 1254ICollection referencedAssemblies, CompilerType compilerType,
Compilation\BaseTemplateBuildProvider.cs (1)
69public override CompilerType CodeCompilerType {
Compilation\BuildManagerHost.cs (1)
531CompilerType compilerType = buildProvider.CodeCompilerType;
Compilation\BuildProvider.cs (5)
79public virtual CompilerType CodeCompilerType { get { return null; } } 234protected CompilerType GetDefaultCompilerTypeForLanguage(string language) { 242protected CompilerType GetDefaultCompilerType() { 404internal static CompilerType GetCompilerTypeFromBuildProvider( 412CompilerType compilerType = buildProvider.CodeCompilerType;
Compilation\BuildProvidersCompiler.cs (7)
89CompilerType compilerType = null; 116CompilerType ctwp = BuildProvider.GetCompilerTypeFromBuildProvider(buildProvider); 168satelliteAssemblyBuilder = CompilerType.GetDefaultAssemblyBuilder( 193_assemblyBuilder = CompilerType.GetDefaultAssemblyBuilder( 241_assemblyBuilder = CompilerType.GetDefaultAssemblyBuilder( 614CompilerType compilerType = null; 731defaultAssemblyBuilder = CompilerType.GetDefaultAssemblyBuilder(
Compilation\CompilationUtil.cs (6)
54internal static CompilerType GetCodeDefaultLanguageCompilerInfo() { 58internal static CompilerType GetDefaultLanguageCompilerInfo(CompilationSection compConfig, VirtualPath configPath) { 76internal static CompilerType GetCompilerInfoFromVirtualPath(VirtualPath virtualPath) { 93private static CompilerType GetCompilerInfoFromExtension(VirtualPath configPath, string extension) { 103internal static CompilerType GetCompilerInfoFromLanguage(VirtualPath configPath, string language) { 110internal static CompilerType GetCSharpCompilerInfo(
Compilation\CompilerTypeWithParams.cs (5)
51internal CompilerType Clone() { 74CompilerType other = o as CompilerType; 104private static CompilerType GetDefaultCompilerTypeWithParams( 122CompilerType ctwp = GetDefaultCompilerTypeWithParams(compConfig, configPath);
Compilation\SimpleHandlerBuildProvider.cs (3)
31public override CompilerType CodeCompilerType { 112internal CompilerType GetDefaultCompilerTypeForLanguageInternal(string language) { 116internal CompilerType GetDefaultCompilerTypeInternal() {
Compilation\SourceFileBuildProvider.cs (1)
25public override CompilerType CodeCompilerType {
Configuration\CompilationSection.cs (6)
556internal CompilerType GetCompilerInfoFromExtension(string extension, bool throwOnFail) { 560CompilerType compilerType; 569compilerType = obj as CompilerType; 608internal CompilerType GetCompilerInfoFromLanguage(string language) { 612CompilerType compilerType; 621compilerType = obj as CompilerType;
Configuration\Compiler.cs (2)
46private CompilerType _compilerType; 112internal CompilerType CompilerTypeInternal {
UI\SimpleWebHandlerParser.cs (2)
64private CompilerType _compilerType; 135internal CompilerType CompilerType { get { return _compilerType; } }
UI\TemplateParser.cs (4)
422private CompilerType _compilerType; 423internal CompilerType CompilerType { get { return _compilerType; } } 2170CompilerType compilerType = CompilationUtil.GetCompilerInfoFromLanguage( 2194CompilerType compilerType = CompilationUtil.GetCompilerInfoFromVirtualPath(