18 references to GetType
System.Web (18)
Compilation\CompilationUtil.cs (1)
436Type t = ConfigUtil.GetType(typeName, propertyName, elem);
Configuration\CompilationSection.cs (1)
455Type assemblyPostProcessorType = ConfigUtil.GetType(AssemblyPostProcessorType, assemblyPostProcessorTypeAttributeName, this);
Configuration\GlobalizationSection.cs (1)
234Type resourceProviderFactoryType = ConfigUtil.GetType(ResourceProviderFactoryType, "resourceProviderFactoryType", this);
Configuration\HealthMonitoringSectionHelper.cs (3)
114type = ConfigUtil.GetType(providerSettings.Type, "type", providerSettings); 125type = ConfigUtil.GetType(eventMappingSettings.Type, "type", eventMappingSettings); 299ruleInfo._customEvaluatorType = ConfigUtil.GetType(ruleInfo._customEvaluator,
Configuration\HttpHandlerAction.cs (2)
159_type = ConfigUtil.GetType(Type, "type", this); 179Type t = ConfigUtil.GetType(Type, "type", this);
Configuration\PagesSection.cs (3)
369Type pageBaseType = ConfigUtil.GetType(PageBaseType, "pageBaseType", this); 386Type userControlBaseType = ConfigUtil.GetType( 422Type pageParserFilterType = ConfigUtil.GetType(PageParserFilterType, "pageParserFilterType", this);
Configuration\TagMapCollection.cs (2)
82Type tagType = ConfigUtil.GetType(tmi.TagType, "tagType", tmi); 83Type mappedTagType = ConfigUtil.GetType(tmi.MappedTagType, "mappedTagType", tmi);
Configuration\TransformerInfoCollection.cs (1)
87Type transformerType = ConfigUtil.GetType(ti.Type, "type", ti);
State\SessionStateModule.cs (2)
303resolverType = ConfigUtil.GetType(partitionResolverType, "partitionResolverType", config); 323managerType = ConfigUtil.GetType(sessionIDManagerType, "sessionIDManagerType", config);
Util\HttpEncoder.cs (1)
144Type encoderType = ConfigUtil.GetType(encoderTypeName, "encoderType", runtimeSection);
Util\RequestValidator.cs (1)
49Type validatorType = ConfigUtil.GetType(validatorTypeName, "requestValidationType", runtimeSection);