5 writes to AppHostPath
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
584AppHostPath = legacyInfo.AppHostPath,
Aspire.Cli.Tests (4)
Commands\PsCommandTests.cs (3)
278AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"), 694AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"), 844AppHostPath = appHostPath
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
142AppHostPath = AppHostInfo.AppHostPath,
2 references to AppHostPath
aspire (2)
Commands\PsCommand.cs (2)
353appHostPath = string.IsNullOrWhiteSpace(v2Info.AppHostPath) ? appHostPath : v2Info.AppHostPath;