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