2 writes to LayoutPath
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
395
LayoutPath
= layoutPath,
456
LayoutPath
= finalLayoutPath,
2 references to LayoutPath
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (1)
20
public string IntegrationLibsPath => Path.Combine(
LayoutPath
, "libs");
Projects\PrebuiltAppHostServer.cs (1)
125
internal string? SelectedProjectLayoutPath => _selectedProjectLayout?.
LayoutPath
;