5 references to Type
System.Web (5)
Compilation\BuildManager.cs (5)
950if (attribute.Type != null && !String.IsNullOrEmpty(attribute.MethodName) && attribute.Type.Assembly == assembly) { 951method = FindPreStartInitMethod(attribute.Type, attribute.MethodName); 960(attribute.Type != null ? attribute.Type.FullName : String.Empty),