2 implementations of ITypedWebObjectFactory
System.Web (2)
Compilation\BuildResult.cs (2)
796internal class BuildResultCompiledType : BuildResultCompiledAssemblyBase, ITypedWebObjectFactory { 969internal abstract class BuildResultNoCompileTemplateControl : BuildResult, ITypedWebObjectFactory {
14 references to ITypedWebObjectFactory
System.Web (14)
Compilation\BuildManager.cs (7)
3118ITypedWebObjectFactory factory = GetVirtualPathObjectFactory(virtualPath, 3143ITypedWebObjectFactory objectFactory = GetVirtualPathObjectFactory(virtualPath, context, allowCrossApp); 3161ITypedWebObjectFactory factory = GetVirtualPathObjectFactory(VirtualPath.Create(virtualPath), 3166private static ITypedWebObjectFactory GetVirtualPathObjectFactory(VirtualPath virtualPath, 3176private static ITypedWebObjectFactory GetVirtualPathObjectFactory(VirtualPath virtualPath, 3189ITypedWebObjectFactory objectFactory; 3210objectFactory = buildResult as ITypedWebObjectFactory;
UI\MasterPage.cs (2)
185ITypedWebObjectFactory result = (ITypedWebObjectFactory)BuildManager.GetVPathBuildResult(
UI\Page.cs (2)
3440ITypedWebObjectFactory result = 3441(ITypedWebObjectFactory)BuildManager.GetVPathBuildResult(Context, _previousPagePath);
UI\TemplateControl.cs (3)
734internal SimpleTemplate(ITypedWebObjectFactory objectFactory) { 769ITypedWebObjectFactory objectFactory = (ITypedWebObjectFactory)BuildManager.GetVPathBuildResult(