1 write to _supportedLocationsProvider
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
254_supportedLocationsProvider = supportedLocationsProvider;
2 references to _supportedLocationsProvider
Aspire.Hosting.Azure.Tests (2)
ProvisioningTestHelpers.cs (2)
374if (_supportedLocationsProvider is not null) 376return await _supportedLocationsProvider(subscriptionId, resourceType, cancellationToken).ConfigureAwait(false);