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