5 references to ResourcePropertyName
Aspire.Hosting (5)
ApplicationModel\ResourceNotificationService.cs (1)
1359if (string.Equals(property.Name, KnownProperties.Resource.WaitingFor, StringComparisons.ResourcePropertyName))
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1165if (string.Equals(prop.Name, KnownProperties.Resource.WaitingFor, StringComparisons.ResourcePropertyName))
src\Shared\CustomResourceSnapshotExtensions.cs (3)
17if (string.Equals(property.Name, name, StringComparisons.ResourcePropertyName)) 50if (string.Equals(existingProperty.Name, newValue.Name, StringComparisons.ResourcePropertyName)) 75if (string.Equals(properties[i].Name, name, StringComparisons.ResourcePropertyName))