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