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