1 implementation of ProcessId
Aspire.Hosting.Browsers (1)
BrowserHost.cs (1)
31
public abstract int?
ProcessId
{ get; }
1 reference to ProcessId
Aspire.Hosting.Browsers (1)
BrowserLogsRunningSession.cs (1)
234
_processId = browserHost.
ProcessId
;