12 references to CodeDomProviderType
System (6)
compmod\system\codedom\compiler\CompilerInfo.cs (6)
80
ConstructorInfo ci =
CodeDomProviderType
.GetConstructor(new Type[] { typeof(IDictionary<string, string>) });
86
return (CodeDomProvider)Activator.CreateInstance(
CodeDomProviderType
);
94
ConstructorInfo constructor =
CodeDomProviderType
.GetConstructor(new Type[] { typeof(IDictionary<string, string>) });
99
throw new InvalidOperationException(SR.GetString(SR.Provider_does_not_support_options,
CodeDomProviderType
.ToString()));
136
return
CodeDomProviderType
== other.
CodeDomProviderType
&&
System.Web (6)
Compilation\AssemblyResolver.cs (1)
526
if (CompilationUtil.WarnAsError(info.
CodeDomProviderType
)) {
Compilation\CompilationUtil.cs (3)
247
Type type = info.
CodeDomProviderType
;
258
if (info.
CodeDomProviderType
== null)
265
string codeDomProviderType = info.
CodeDomProviderType
.FullName;
Configuration\CompilationSection.cs (2)
582
ci.
CodeDomProviderType
, ci.CreateDefaultCompilerParameters());
631
compilerType = new CompilerType(ci.
CodeDomProviderType
,