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)
119
public bool? HasServerExited =>
_execution
?.HasExited;
127
if (
_execution
is not { HasExited: true } execution)
148
public int? ServerProcessId =>
_execution
?.ProcessId;
412
if (
_execution
is { HasExited: true } execution)
427
if (
_execution
is { } executionToDispose)