3 references to GetAppHostServerPath
aspire (3)
Layout\LayoutDiscovery.cs (1)
259
var serverPath = layout.
GetAppHostServerPath
();
Projects\AppHostServerProject.cs (1)
76
if (layout is not null && layout.
GetAppHostServerPath
() is string serverPath && File.Exists(serverPath))
Projects\PrebuiltAppHostServer.cs (1)
79
var serverPath = _layout.
GetAppHostServerPath
();