3 references to MethodName
System.Web (3)
Compilation\BuildManager.cs (3)
950if (attribute.Type != null && !String.IsNullOrEmpty(attribute.MethodName) && attribute.Type.Assembly == assembly) { 951method = FindPreStartInitMethod(attribute.Type, attribute.MethodName); 961attribute.MethodName));