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