2 references to CommandName
aspire (2)
Commands\ResourceCommand.cs (1)
230
.FirstOrDefault(command => string.Equals(command.Name, lookupCommandName, StringComparisons.
CommandName
));
Utils\ConsoleActivityLogger.cs (1)
534
!string.Equals(parentKey, record.Key, StringComparisons.
CommandName
) &&