4 references to new
Aspire.Hosting (4)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
6165
private static readonly pb::MessageParser<WatchResourcesUpdate> _parser = new pb::MessageParser<WatchResourcesUpdate>(() => new
WatchResourcesUpdate
());
6193
public WatchResourcesUpdate(WatchResourcesUpdate other) :
this
() {
Dashboard\DashboardService.cs (2)
74
await responseStream.WriteAsync(
new
() { InitialData = data }, cancellationToken).ConfigureAwait(false);
100
await responseStream.WriteAsync(
new
() { Changes = changes }, cancellationToken).ConfigureAwait(false);