1 write to _type
System.Web (1)
Configuration\BuildProvider.cs (1)
122
_type
= CompilationUtil.LoadTypeWithChecks(_buildProvider.Type, typeof(System.Web.Compilation.BuildProvider), null, _buildProvider, "type");
3 references to _type
System.Web (3)
Configuration\BuildProvider.cs (3)
119
if (
_type
== null) {
121
if (
_type
== null) {
127
return
_type
;