5 references to ResourcePropertyName
Aspire.Hosting.Browsers (5)
BrowserLogsConfigurationManager.cs (1)
447if (string.Equals(properties[i].Name, name, StringComparisons.ResourcePropertyName))
BrowserLogsSessionManager.cs (1)
504if (string.Equals(properties[i].Name, name, 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))