2 implementations of InstantiatedType
System.Web (2)
Compilation\BuildResult.cs (2)
890
public virtual Type
InstantiatedType
{
1025
public virtual Type
InstantiatedType
{
4 references to InstantiatedType
System.Web (4)
Compilation\BuildManager.cs (1)
3147
Util.CheckAssignableType(requiredBaseType, objectFactory.
InstantiatedType
);
UI\MasterPage.cs (1)
189
if (!typeof(MasterPage).IsAssignableFrom(result.
InstantiatedType
)) {
UI\Page.cs (1)
3444
if (typeof(Page).IsAssignableFrom(result.
InstantiatedType
)) {
UI\TemplateControl.cs (1)
737
Util.CheckAssignableType(typeof(UserControl), objectFactory.
InstantiatedType
);