1 write to SupportedLocationsCallCount
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
372SupportedLocationsCallCount++;
4 references to SupportedLocationsCallCount
Aspire.Hosting.Azure.Tests (4)
AzureBicepProvisionerTests.cs (4)
486Assert.Equal(0, armClient.SupportedLocationsCallCount); 530Assert.Equal(1, armClient.SupportedLocationsCallCount); 609Assert.Equal(1, armClient.SupportedLocationsCallCount); 675Assert.Equal(2, armClient.SupportedLocationsCallCount);