1 write to _assemblyPostProcessorType
System.Web (1)
Configuration\CompilationSection.cs (1)
458
_assemblyPostProcessorType
= assemblyPostProcessorType;
3 references to _assemblyPostProcessorType
System.Web (3)
Configuration\CompilationSection.cs (3)
444
if (
_assemblyPostProcessorType
== null && !String.IsNullOrEmpty(AssemblyPostProcessorType)) {
446
if (
_assemblyPostProcessorType
== null) {
463
return
_assemblyPostProcessorType
;