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