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