3 references to ResourcePropertyName
Aspire.Hosting.Azure (3)
src\Shared\CustomResourceSnapshotExtensions.cs (3)
17
if (string.Equals(property.Name, name, StringComparisons.
ResourcePropertyName
))
50
if (string.Equals(existingProperty.Name, newValue.Name, StringComparisons.
ResourcePropertyName
))
75
if (string.Equals(properties[i].Name, name, StringComparisons.
ResourcePropertyName
))