5 references to ContextPropertyLocationDisplayName
Aspire.Hosting.Azure (1)
AzureResourceProperties.cs (1)
58CreateHighlighted(Location, value, AzureProvisioningStrings.ContextPropertyLocationDisplayName);
Aspire.Hosting.Azure.Tests (4)
AzureBicepProvisionerTests.cs (2)
755AssertHighlightedContextProperty(resourceEvent.Snapshot.Properties, "azure.location", "westus3", AzureProvisioningStrings.ContextPropertyLocationDisplayName); 1186property => AssertHighlightedResourceProperty(property, "azure.location", "westus2", AzureProvisioningStrings.ContextPropertyLocationDisplayName),
AzureEnvironmentResourceExtensionsTests.cs (2)
3488AssertHighlightedContextProperty(environmentEvent.Snapshot.Properties, "azure.location", "westus3", AzureProvisioningStrings.ContextPropertyLocationDisplayName); 4337AssertHighlightedContextProperty(environmentEvent.Snapshot.Properties, "azure.location", "westus2", AzureProvisioningStrings.ContextPropertyLocationDisplayName);