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