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