6 references to assemblyPostProcessorTypeAttributeName
System.Web (6)
Configuration\CompilationSection.cs (6)
159
new ConfigurationProperty(
assemblyPostProcessorTypeAttributeName
, typeof(string),
432
[ConfigurationProperty(
assemblyPostProcessorTypeAttributeName
, DefaultValue = "")]
450
throw new ConfigurationErrorsException(SR.GetString(SR.Insufficient_trust_for_attribute,
assemblyPostProcessorTypeAttributeName
),
451
ElementInformation.Properties[
assemblyPostProcessorTypeAttributeName
].Source,
452
ElementInformation.Properties[
assemblyPostProcessorTypeAttributeName
].LineNumber);
455
Type assemblyPostProcessorType = ConfigUtil.GetType(AssemblyPostProcessorType,
assemblyPostProcessorTypeAttributeName
, this);