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)
444if (_assemblyPostProcessorType == null && !String.IsNullOrEmpty(AssemblyPostProcessorType)) { 446if (_assemblyPostProcessorType == null) { 463return _assemblyPostProcessorType;