2 references to ParameterJsonValue
Aspire.Dashboard (2)
ServiceClient\SqliteResourceRepository.Storage.cs (2)
537
if (commandRecord.
ParameterJsonValue
is not null)
539
command.Parameter = MaterializeValue(commandRecord.
ParameterJsonValue
);