1 instantiation of ProcessRestartedNotification
Microsoft.WebTools.AspireService.Tests (1)
AspireServerService.cs (1)
141
new
ProcessRestartedNotification
()
4 references to ProcessRestartedNotification
Microsoft.WebTools.AspireService.Tests (4)
AspireServerServiceTests.cs (4)
44
TaskCompletionSource<
ProcessRestartedNotification
> notificationTask = new();
47
notificationTask.SetResult((
ProcessRestartedNotification
)sn);
54
var
result = await notificationTask.Task;
406
NotificationType.ProcessRestarted => JsonSerializer.Deserialize<
ProcessRestartedNotification
>(message, AspireServerService.JsonSerializerOptions),