1 write to Type
System.Web (1)
Configuration\BuildProvider.cs (1)
53Type = type;
6 references to Type
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1824get { return buildProvider.Type; }
System.Web (5)
Compilation\CompilationUtil.cs (1)
201recompilationHash.AddObject(bp.Type);
Configuration\BuildProvider.cs (4)
70return (o != null && StringUtil.EqualsIgnoreCase(Extension, o.Extension) && Type == o.Type); 74Type.GetHashCode()); 122_type = CompilationUtil.LoadTypeWithChecks(_buildProvider.Type, typeof(System.Web.Compilation.BuildProvider), null, _buildProvider, "type");