4 references to PreApplicationStartMethodAttribute
System.Web (4)
Compilation\BuildManager.cs (4)
930PreApplicationStartMethodAttribute[] attributes = null; 932attributes = (PreApplicationStartMethodAttribute[])assembly.GetCustomAttributes(typeof(PreApplicationStartMethodAttribute), inherit: true); 947foreach (PreApplicationStartMethodAttribute attribute in attributes) {