4 references to AssemblyPostProcessorTypeInternal
System.Web (4)
Compilation\AssemblyBuilder.cs (2)
182else if (_compConfig.AssemblyPostProcessorTypeInternal != null) { 1012Type postProcessorType = _compConfig.AssemblyPostProcessorTypeInternal;
Compilation\CompilationUtil.cs (2)
159if (ps.AssemblyPostProcessorTypeInternal != null) { 160recompilationHash.AddObject(ps.AssemblyPostProcessorTypeInternal.FullName);