1 write to _deploymentOutputsProvider
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
236_deploymentOutputsProvider = deploymentOutputsProvider;
6 references to _deploymentOutputsProvider
Aspire.Hosting.Azure.Tests (6)
ProvisioningTestHelpers.cs (6)
286else if (_deploymentOutputsProvider is not null) 288subscription = new TestSubscriptionResource(_deploymentOutputsProvider); 335else if (_deploymentOutputsProvider is not null) 337subscription = new TestSubscriptionResource(_deploymentOutputsProvider, subscriptionId); 492if (_deploymentOutputsProvider is not null) 497data = _deploymentOutputsProvider(deploymentName);