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