6 references to CodeDomProviderType
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (6)
79ConstructorInfo ci = CodeDomProviderType.GetConstructor(new Type[] { typeof(IDictionary<string, string>) }); 86return (CodeDomProvider)Activator.CreateInstance(CodeDomProviderType); 94ConstructorInfo constructor = CodeDomProviderType.GetConstructor(new Type[] { typeof(IDictionary<string, string>) }); 100throw new InvalidOperationException(string.Format(SRCodeDom.Provider_does_not_support_options, CodeDomProviderType.ToString())); 141return CodeDomProviderType == other.CodeDomProviderType &&