2 references to Instantiate
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
367method = Instantiate(method, genericTypeArguments); // if it fails because of e.g. constraints it will just become null 456MethodInfo instantiatedMethod = Instantiate((MethodInfo)method, this.genericTypeArguments);