6 references to GetManagedPath
aspire (6)
Layout\LayoutDiscovery.cs (1)
240var managedPath = layout.GetManagedPath();
NuGet\BundleNuGetPackageCache.cs (1)
121var managedPath = layout.GetManagedPath();
NuGet\BundleNuGetService.cs (1)
63var managedPath = layout.GetManagedPath();
Projects\AppHostServerProject.cs (1)
79if (layout is not null && layout.GetManagedPath() is string serverPath && File.Exists(serverPath))
Projects\PrebuiltAppHostServer.cs (2)
79var managedPath = _layout.GetManagedPath(); 270var managedPath = _layout.GetManagedPath();