4 references to GetAppHostPath
aspire (4)
Commands\StopCommand.cs (4)
317
var appHostPaths = matchingConnections.Select(
GetAppHostPath
).ToArray();
322
var appHostPath =
GetAppHostPath
(connection);
455
var appHostPaths = connections.Select(
GetAppHostPath
).ToArray();
465
var appHostPath =
GetAppHostPath
(connection);