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