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