4 references to InstantiateObject
System.Web (4)
Compilation\BuildResult.cs (1)
799private InstantiateObject _instObj;
Compilation\ObjectFactoryCodeDomTreeGenerator.cs (3)
196internal static InstantiateObject GetFastObjectCreationDelegate(Type t) { 209return (InstantiateObject) Delegate.CreateDelegate( 210typeof(InstantiateObject), factoryType, methodName);