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