2 instantiations of DurableTaskHubNameAnnotation
Aspire.Hosting.Azure.Functions (2)
DurableTask\DurableTaskResourceExtensions.cs (2)
266return builder.WithAnnotation(new DurableTaskHubNameAnnotation(taskHubName)); 289return builder.WithAnnotation(new DurableTaskHubNameAnnotation(taskHubName.Resource));
2 references to DurableTaskHubNameAnnotation
Aspire.Hosting.Azure.Functions (2)
DurableTask\DurableTaskHubResource.cs (2)
46if (this.TryGetLastAnnotation<DurableTaskHubNameAnnotation>(out var taskHubNameAnnotation))