1 write to Type
System.Web (1)
Configuration\FolderLevelBuildProvider.cs (1)
45
Type
= type;
5 references to Type
System.Web (5)
Compilation\CompilationUtil.cs (1)
214
recompilationHash.AddObject(bp.
Type
);
Configuration\FolderLevelBuildProvider.cs (4)
61
return (o != null && StringUtil.EqualsIgnoreCase(Name, o.Name) &&
Type
== o.
Type
);
65
Type
.GetHashCode());
96
_type = CompilationUtil.LoadTypeWithChecks(
Type
, typeof(System.Web.Compilation.BuildProvider), null, this, "type");