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)
374
if (
_supportedLocationsProvider
is not null)
376
return await
_supportedLocationsProvider
(subscriptionId, resourceType, cancellationToken).ConfigureAwait(false);