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