2 implementations of ProcessId
aspire (1)
src\Shared\AppHostSocketManager.cs (1)
234public int? ProcessId { get; } = BackchannelConstants.ExtractPid(socketPath);
Aspire.Cli.Tests (1)
TestServices\TestAppHostSocket.cs (1)
13public int? ProcessId { get; init; } = BackchannelConstants.ExtractPid(socketPath);
1 reference to ProcessId
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
458var pid = appHostSocket.ProcessId;