6 references to CodeDomProviderType
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (6)
79
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>) });
100
throw new InvalidOperationException(string.Format(SRCodeDom.Provider_does_not_support_options,
CodeDomProviderType
.ToString()));
141
return
CodeDomProviderType
== other.
CodeDomProviderType
&&