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