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