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