1 write to _socketPath
aspire (1)
Projects\AppHostServerSession.cs (1)
232
_socketPath
= result.SocketPath;
2 references to _socketPath
aspire (2)
Projects\AppHostServerSession.cs (2)
103
public string? SocketPath =>
_socketPath
;
301
var socketPath =
_socketPath
?? throw new SessionNotStartedException();