14 instantiations of AppHostInformation
Aspire.Cli.Tests (14)
Commands\AgentMcpCommandTests.cs (5)
159AppHostInfo = new AppHostInformation 229AppHostInfo = new AppHostInformation 306AppHostInfo = new AppHostInformation 422AppHostInfo = new AppHostInformation 508AppHostInfo = new AppHostInformation
Commands\DescribeCommandTests.cs (1)
344AppHostInfo = new AppHostInformation
Commands\LogsCommandTests.cs (1)
581AppHostInfo = new AppHostInformation
Commands\PsCommandTests.cs (2)
108AppHostInfo = new AppHostInformation 124AppHostInfo = new AppHostInformation
Mcp\AppHostConnectionSelectionLogicTests.cs (1)
75appHostInfo: new AppHostInformation { AppHostPath = appHostPath, ProcessId = processId, CliProcessId = null },
Mcp\ListAppHostsToolTests.cs (4)
48var appHostInfo = new AppHostInformation 80var appHostInfo = new AppHostInformation 112var inScopeAppHostInfo = new AppHostInformation 123var outOfScopeAppHostInfo = new AppHostInformation
22 references to AppHostInformation
aspire (16)
Backchannel\AppHostAuxiliaryBackchannel.cs (9)
34AppHostInformation? appHostInfo, 58AppHostInformation? appHostInfo, 74public AppHostInformation? AppHostInfo { get; private set; } 159var appHostInfo = await rpc.InvokeAsync<AppHostInformation?>("GetAppHostInformationAsync").ConfigureAwait(false); 202public async Task<AppHostInformation?> GetAppHostInformationAsync(CancellationToken cancellationToken = default) 208var appHostInfo = await rpc.InvokeWithCancellationAsync<AppHostInformation?>( 409var legacyInfo = await GetAppHostInformationAsync(cancellationToken).ConfigureAwait(false);
Backchannel\BackchannelJsonSerializerContext.cs (1)
44[JsonSerializable(typeof(AppHostInformation))]
Backchannel\IAppHostAuxiliaryBackchannel.cs (1)
32AppHostInformation? AppHostInfo { get; }
Commands\AppHostLauncher.cs (1)
323var appHostInfo = result.Backchannel!.AppHostInfo;
Commands\PsCommand.cs (1)
133var info = connection.AppHostInfo;
Commands\StopCommand.cs (1)
219var appHostInfo = connection.AppHostInfo;
Projects\RunningInstanceManager.cs (2)
51var appHostInfo = backchannel.AppHostInfo; 93public async Task<bool> MonitorProcessesForTerminationAsync(AppHostInformation appHostInfo, CancellationToken cancellationToken)
Aspire.Cli.Tests (6)
Mcp\ListAppHostsToolTests.cs (5)
48var appHostInfo = new AppHostInformation 80var appHostInfo = new AppHostInformation 112var inScopeAppHostInfo = new AppHostInformation 123var outOfScopeAppHostInfo = new AppHostInformation 174private static AppHostAuxiliaryBackchannel CreateAppHostConnection(string hash, string socketPath, AppHostInformation appHostInfo, bool isInScope)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
19public AppHostInformation? AppHostInfo { get; set; }