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