2 references to AssemblyPostProcessorType
System.Web (2)
Configuration\CompilationSection.cs (2)
444if (_assemblyPostProcessorType == null && !String.IsNullOrEmpty(AssemblyPostProcessorType)) { 455Type assemblyPostProcessorType = ConfigUtil.GetType(AssemblyPostProcessorType, assemblyPostProcessorTypeAttributeName, this);