1 write to _type
System.Web (1)
Configuration\FolderLevelBuildProvider.cs (1)
96
_type
= CompilationUtil.LoadTypeWithChecks(Type, typeof(System.Web.Compilation.BuildProvider), null, this, "type");
3 references to _type
System.Web (3)
Configuration\FolderLevelBuildProvider.cs (3)
93
if (
_type
== null) {
95
if (
_type
== null) {
101
return
_type
;