1 instantiation of FuncFactory
System.Activities (1)
System\Activities\XamlIntegration\FuncFactory.cs (1)
25FuncFactory<T> factory = new FuncFactory<T>(null, reader);
2 references to FuncFactory
System.Activities (2)
System\Activities\XamlIntegration\FuncFactory.cs (2)
25FuncFactory<T> factory = new FuncFactory<T>(null, reader); 75Type closedType = typeof(FuncFactory<>).MakeGenericType(returnType);