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