2 references to ResourcePropertyName
Aspire.Dashboard (2)
Components\Controls\ResourceDetails.razor.cs (2)
162
string.Equals(property.Name, KnownProperties.Parameter.Value, StringComparisons.
ResourcePropertyName
) &&
411
|| string.Equals(vm.KnownProperty?.Key, KnownProperties.Resource.State, StringComparisons.
ResourcePropertyName
));