5 references to ResourcePropertyName
Aspire.Hosting (5)
ApplicationModel\ResourceNotificationService.cs (1)
1359
if (string.Equals(property.Name, KnownProperties.Resource.WaitingFor, StringComparisons.
ResourcePropertyName
))
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1165
if (string.Equals(prop.Name, KnownProperties.Resource.WaitingFor, StringComparisons.
ResourcePropertyName
))
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
))