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