1 write to _functionActivator
AzureFunctionsEndToEnd.Functions (1)
GeneratedFunctionExecutor.g.cs (1)
27_functionActivator = functionActivator ?? throw new global::System.ArgumentNullException(nameof(functionActivator));
4 references to _functionActivator
AzureFunctionsEndToEnd.Functions (4)
GeneratedFunctionExecutor.g.cs (4)
40var i = _functionActivator.CreateInstance(instanceType, context) as global::AzureFunctionsEndToEnd.Functions.MyAzureBlobTrigger; 47var i = _functionActivator.CreateInstance(instanceType, context) as global::AzureFunctionsEndToEnd.Functions.MyAzureQueueTrigger; 54var i = _functionActivator.CreateInstance(instanceType, context) as global::AspirePlusFunctions.Functions.MyEventHubTrigger; 61var i = _functionActivator.CreateInstance(instanceType, context) as global::AzureFunctionsEndToEnd.Functions.MyHttpTrigger;