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