1 write to _baseType
System.Web (1)
Compilation\BuildResult.cs (1)
976
_baseType
= baseType;
3 references to _baseType
System.Web (3)
Compilation\BuildResult.cs (3)
1005
get { return
_baseType
; }
1012
TemplateControl templateControl = (TemplateControl) HttpRuntime.FastCreatePublicInstance(
_baseType
);
1026
get { return
_baseType
; }