2 writes to _execution
aspire (2)
Projects\AppHostServerSession.cs (2)
231_execution = result.Execution; 438_execution = null;
5 references to _execution
aspire (5)
Projects\AppHostServerSession.cs (5)
119public bool? HasServerExited => _execution?.HasExited; 127if (_execution is not { HasExited: true } execution) 148public int? ServerProcessId => _execution?.ProcessId; 412if (_execution is { HasExited: true } execution) 427if (_execution is { } executionToDispose)