2 references to AppHostFilePath
Aspire.Hosting (2)
DistributedApplication.cs (2)
247
if (!string.IsNullOrEmpty(options.
AppHostFilePath
))
249
realOptions.AppHostFilePath = options.
AppHostFilePath
;